Searched refs:stopBackgroundScan (Results 1 – 11 of 11) sorted by relevance
336 public boolean stopBackgroundScan(int cmdId) { in stopBackgroundScan() method in WifiStaIface338 () -> mWifiStaIface.stopBackgroundScan(cmdId)); in stopBackgroundScan()
231 boolean stopBackgroundScan(int cmdId); in stopBackgroundScan() method
610 public boolean stopBackgroundScan(int cmdId) { in stopBackgroundScan() method in WifiStaIfaceAidlImpl615 mWifiStaIface.stopBackgroundScan(cmdId); in stopBackgroundScan()
304 public boolean stopBackgroundScan(int cmdId) { in stopBackgroundScan() method in WifiStaIfaceHidlImpl755 WifiStatus status = mWifiStaIface.stopBackgroundScan(cmdId); in stopBackgroundScanInternal()
47 void stopBackgroundScan(in IWifiScannerListener listener, String packageName, String featureId); in stopBackgroundScan() method
1411 public void stopBackgroundScan(ScanListener listener) { in stopBackgroundScan() method in WifiScanner1419 mService.stopBackgroundScan(serviceListener, mContext.getOpPackageName(), in stopBackgroundScan()
117 mScan.stopBackgroundScan(mWifiScanListener); in doInBackground()
1248 when(mWifiStaIface.stopBackgroundScan(anyInt())).thenReturn(true); in testBgScanReplacement()1257 verify(mWifiStaIface).stopBackgroundScan(cmdId1); in testBgScanReplacement()1265 when(mWifiStaIface.stopBackgroundScan(anyInt())).thenReturn(true); in testBgScanStop()1275 verify(mWifiStaIface).stopBackgroundScan(cmdId); // Should be called just once in testBgScanStop()1283 when(mWifiStaIface.stopBackgroundScan(anyInt())).thenReturn(true); in testBgScanPauseAndRestart()1293 verify(mWifiStaIface).stopBackgroundScan(cmdId); // Should be called just once in testBgScanPauseAndRestart()
637 iface.stopBackgroundScan(mScan.cmdId); in startBgScan()663 iface.stopBackgroundScan(mScan.cmdId); in stopBgScan()679 if (!iface.stopBackgroundScan(mScan.cmdId)) return; in pauseBgScan()
306 public void stopBackgroundScan(IWifiScannerListener listener, String packageName, in stopBackgroundScan() method in WifiScanningServiceImpl
985 …mission(android.Manifest.permission.LOCATION_HARDWARE) public void stopBackgroundScan(android.net.…