Searched refs:stopBackgroundScan (Results 1 – 6 of 6) sorted by relevance
1828 when(mIWifiStaIface.stopBackgroundScan(anyInt())).thenReturn(mWifiStatusSuccess); in testBgScanReplacement()1837 verify(mIWifiStaIface).stopBackgroundScan(cmdId1); in testBgScanReplacement()1845 when(mIWifiStaIface.stopBackgroundScan(anyInt())).thenReturn(mWifiStatusSuccess); in testBgScanStop()1855 verify(mIWifiStaIface).stopBackgroundScan(cmdId); // Should be called just once in testBgScanStop()1863 when(mIWifiStaIface.stopBackgroundScan(anyInt())).thenReturn(mWifiStatusSuccess); in testBgScanPauseAndRestart()1873 verify(mIWifiStaIface).stopBackgroundScan(cmdId); // Should be called just once in testBgScanPauseAndRestart()
820 ok(iface.stopBackgroundScan(mScan.cmdId)); in startBgScan()850 ok(iface.stopBackgroundScan(mScan.cmdId)); in stopBgScan()871 status = iface.stopBackgroundScan(mScan.cmdId); in pauseBgScan()
796 public void stopBackgroundScan(ScanListener listener) { in stopBackgroundScan() method in WifiScanner
495 HSPLandroid/hardware/wifi/V1_0/IWifiStaIface;->stopBackgroundScan(I)Landroid/hardware/wifi/V1_0/Wif…
3466 method public void stopBackgroundScan(android.net.wifi.WifiScanner.ScanListener);
27229 Landroid/net/wifi/WifiScanner;->stopBackgroundScan(Landroid/net/wifi/WifiScanner$ScanListener;)V