Home
last modified time | relevance | path

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

/frameworks/base/wifi/tests/src/android/net/wifi/nl80211/
DWifiNl80211ManagerTest.java641 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()
/frameworks/base/wifi/java/src/android/net/wifi/nl80211/
DWifiNl80211Manager.java1273 public boolean stopPnoScan(@NonNull String ifaceName) { in stopPnoScan() method in WifiNl80211Manager
1280 return scannerImpl.stopPnoScan(); in stopPnoScan()
/frameworks/base/core/api/
Dsystem-current.txt10166 method public boolean stopPnoScan(@NonNull String);