Searched refs:mTestScanResult (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWakeupControllerTest.java81 private ScanResult mTestScanResult; field in class:WakeupControllerTest
100 mTestScanResult = new ScanResult();
101 mTestScanResult.SSID = SAVED_SSID;
102 mTestScanResult.capabilities = "";
103 mTestScanResult.frequency = 2412;
105 scanResults[0] = mTestScanResult;
396 ScanResultMatchInfo expectedMatchInfo = ScanResultMatchInfo.fromScanResult(mTestScanResult);
439 mTestScanResult.frequency = DFS_CHANNEL_FREQ;
504 when(mWakeupEvaluator.findViableNetwork(any(), any())).thenReturn(mTestScanResult);

Completed in 221 milliseconds