Searched refs:stopBackgroundScan (Results 1 – 5 of 5) sorted by relevance
1645 when(mIWifiStaIface.stopBackgroundScan(anyInt())).thenReturn(mWifiStatusSuccess); in testBgScanReplacement()1654 verify(mIWifiStaIface).stopBackgroundScan(cmdId1); in testBgScanReplacement()1662 when(mIWifiStaIface.stopBackgroundScan(anyInt())).thenReturn(mWifiStatusSuccess); in testBgScanStop()1672 verify(mIWifiStaIface).stopBackgroundScan(cmdId); // Should be called just once in testBgScanStop()1680 when(mIWifiStaIface.stopBackgroundScan(anyInt())).thenReturn(mWifiStatusSuccess); in testBgScanPauseAndRestart()1690 verify(mIWifiStaIface).stopBackgroundScan(cmdId); // Should be called just once in testBgScanPauseAndRestart()
596 ok(mIWifiStaIface.stopBackgroundScan(mScan.cmdId)); in startBgScan()623 ok(mIWifiStaIface.stopBackgroundScan(mScan.cmdId)); in stopBgScan()641 status = mIWifiStaIface.stopBackgroundScan(mScan.cmdId); in pauseBgScan()
768 public void stopBackgroundScan(ScanListener listener) { in stopBackgroundScan() method in WifiScanner
303 HPLandroid/hardware/wifi/V1_0/IWifiStaIface;->stopBackgroundScan(I)Landroid/hardware/wifi/V1_0/Wifi…
29311 method public void stopBackgroundScan(android.net.wifi.WifiScanner.ScanListener);