Home
last modified time | relevance | path

Searched refs:mScanListenerArgumentCaptor (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiNetworkFactoryTest.java153 ArgumentCaptor<ScanListener> mScanListenerArgumentCaptor = field in WifiNetworkFactoryTest
1926 mScanListenerArgumentCaptor.getValue().onResults(mTestScanDatas); in testNetworkSpecifierHandleScreenStateChangedWhileScanning()
2112 verify(mWifiScanner).startScan(any(), mScanListenerArgumentCaptor.capture(), any()); in testNetworkSpecifierMatchSuccessUsingLiteralSsidAndBssidMatchApprovedWithNoCache()
2113 ScanListener scanListener = mScanListenerArgumentCaptor.getValue(); in testNetworkSpecifierMatchSuccessUsingLiteralSsidAndBssidMatchApprovedWithNoCache()
2392 verify(mWifiScanner).startScan(any(), mScanListenerArgumentCaptor.capture(), any()); in testNetworkSpecifierUserApprovalConfigStoreLoad()
2393 ScanListener scanListener = mScanListenerArgumentCaptor.getValue(); in testNetworkSpecifierUserApprovalConfigStoreLoad()
2525 verify(mWifiScanner).startScan(any(), mScanListenerArgumentCaptor.capture(), any()); in testNetworkSpecifierMatchSuccessUsingLiteralSsidAndBssidMatchApprovedWithStaleCache()
2526 ScanListener scanListener = mScanListenerArgumentCaptor.getValue(); in testNetworkSpecifierMatchSuccessUsingLiteralSsidAndBssidMatchApprovedWithStaleCache()
2692 any(), mScanListenerArgumentCaptor.capture(), any()); in verifyPeriodicScans()
2693 scanListener = mScanListenerArgumentCaptor.getValue(); in verifyPeriodicScans()