Searched refs:stopBackgroundScan (Results 1 – 5 of 5) sorted by relevance
2198 when(mIWifiStaIface.stopBackgroundScan(anyInt())).thenReturn(mWifiStatusSuccess); in testBgScanReplacement()2207 verify(mIWifiStaIface).stopBackgroundScan(cmdId1); in testBgScanReplacement()2215 when(mIWifiStaIface.stopBackgroundScan(anyInt())).thenReturn(mWifiStatusSuccess); in testBgScanStop()2225 verify(mIWifiStaIface).stopBackgroundScan(cmdId); // Should be called just once in testBgScanStop()2233 when(mIWifiStaIface.stopBackgroundScan(anyInt())).thenReturn(mWifiStatusSuccess); in testBgScanPauseAndRestart()2243 verify(mIWifiStaIface).stopBackgroundScan(cmdId); // Should be called just once in testBgScanPauseAndRestart()
826 ok(iface.stopBackgroundScan(mScan.cmdId)); in startBgScan()856 ok(iface.stopBackgroundScan(mScan.cmdId)); in stopBgScan()877 status = iface.stopBackgroundScan(mScan.cmdId); in pauseBgScan()
996 public void stopBackgroundScan(ScanListener listener) { in stopBackgroundScan() method in WifiScanner
620 …mission(android.Manifest.permission.LOCATION_HARDWARE) public void stopBackgroundScan(android.net.…
7454 …mission(android.Manifest.permission.LOCATION_HARDWARE) public void stopBackgroundScan(android.net.…