Searched refs:stopPnoScan (Results 1 – 3 of 3) sorted by relevance
641 when(mWifiScannerImpl.stopPnoScan()).thenReturn(true); in testStopPnoScan()642 assertTrue(mWificondControl.stopPnoScan(TEST_INTERFACE_NAME)); in testStopPnoScan()643 verify(mWifiScannerImpl).stopPnoScan(); in testStopPnoScan()652 when(mWifiScannerImpl.stopPnoScan()).thenReturn(false); in testStopPnoScanFailure()653 assertFalse(mWificondControl.stopPnoScan(TEST_INTERFACE_NAME)); in testStopPnoScanFailure()654 verify(mWifiScannerImpl).stopPnoScan(); in testStopPnoScanFailure()
1273 public boolean stopPnoScan(@NonNull String ifaceName) { in stopPnoScan() method in WifiNl80211Manager1280 return scannerImpl.stopPnoScan(); in stopPnoScan()
10166 method public boolean stopPnoScan(@NonNull String);