Revert "Mainline: removed legacy UI for network selection mode."

This reverts commit 521ebeafd3.

Reason for revert: to fix b/157880043

Bug: 157880043
Test: test legacy UI. PASS
Change-Id: I4116457a1f7fc0a3be142671c5d0439cd6bdf11d
This commit is contained in:
SongFerng Wang
2020-06-11 08:56:42 +00:00
committed by SongFerngWang
parent 05103c79d1
commit c3703cb4fe
5 changed files with 180 additions and 23 deletions

View File

@@ -164,7 +164,8 @@ public class NetworkScanHelperTest {
}
private void startNetworkScan_incremental(boolean waitForCompletion) {
mNetworkScanHelper.startNetworkScan();
mNetworkScanHelper.startNetworkScan(
NetworkScanHelper.NETWORK_SCAN_TYPE_INCREMENTAL_RESULTS);
if (!waitForCompletion) {
mNetworkScanHelper.stopNetworkQuery();
}