Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiVendorHalTest.java2152 when(mIWifiStaIface.stopBackgroundScan(anyInt())).thenReturn(mWifiStatusSuccess); in testBgScanReplacement()
2161 verify(mIWifiStaIface).stopBackgroundScan(cmdId1); in testBgScanReplacement()
2169 when(mIWifiStaIface.stopBackgroundScan(anyInt())).thenReturn(mWifiStatusSuccess); in testBgScanStop()
2179 verify(mIWifiStaIface).stopBackgroundScan(cmdId); // Should be called just once in testBgScanStop()
2187 when(mIWifiStaIface.stopBackgroundScan(anyInt())).thenReturn(mWifiStatusSuccess); in testBgScanPauseAndRestart()
2197 verify(mIWifiStaIface).stopBackgroundScan(cmdId); // Should be called just once in testBgScanPauseAndRestart()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiVendorHal.java779 ok(iface.stopBackgroundScan(mScan.cmdId)); in startBgScan()
809 ok(iface.stopBackgroundScan(mScan.cmdId)); in stopBgScan()
830 status = iface.stopBackgroundScan(mScan.cmdId); in pauseBgScan()
/frameworks/base/wifi/java/android/net/wifi/
DWifiScanner.java837 public void stopBackgroundScan(ScanListener listener) { in stopBackgroundScan() method in WifiScanner
/frameworks/base/api/
Dsystem-current.txt4762 …mission(android.Manifest.permission.LOCATION_HARDWARE) public void stopBackgroundScan(android.net.…