Searched refs:stopBackgroundScan (Results 1 – 4 of 4) sorted by relevance
2152 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()
779 ok(iface.stopBackgroundScan(mScan.cmdId)); in startBgScan()809 ok(iface.stopBackgroundScan(mScan.cmdId)); in stopBgScan()830 status = iface.stopBackgroundScan(mScan.cmdId); in pauseBgScan()
837 public void stopBackgroundScan(ScanListener listener) { in stopBackgroundScan() method in WifiScanner
4762 …mission(android.Manifest.permission.LOCATION_HARDWARE) public void stopBackgroundScan(android.net.…