Home
last modified time | relevance | path

Searched refs:stopBackgroundScan (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DWifiStaIface.java336 public boolean stopBackgroundScan(int cmdId) { in stopBackgroundScan() method in WifiStaIface
338 () -> mWifiStaIface.stopBackgroundScan(cmdId)); in stopBackgroundScan()
DIWifiStaIface.java231 boolean stopBackgroundScan(int cmdId); in stopBackgroundScan() method
DWifiStaIfaceAidlImpl.java610 public boolean stopBackgroundScan(int cmdId) { in stopBackgroundScan() method in WifiStaIfaceAidlImpl
615 mWifiStaIface.stopBackgroundScan(cmdId); in stopBackgroundScan()
DWifiStaIfaceHidlImpl.java304 public boolean stopBackgroundScan(int cmdId) { in stopBackgroundScan() method in WifiStaIfaceHidlImpl
755 WifiStatus status = mWifiStaIface.stopBackgroundScan(cmdId); in stopBackgroundScanInternal()
/packages/modules/Wifi/framework/java/android/net/wifi/
DIWifiScanner.aidl47 void stopBackgroundScan(in IWifiScannerListener listener, String packageName, String featureId); in stopBackgroundScan() method
DWifiScanner.java1411 public void stopBackgroundScan(ScanListener listener) { in stopBackgroundScan() method in WifiScanner
1419 mService.stopBackgroundScan(serviceListener, mContext.getOpPackageName(), in stopBackgroundScan()
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DWifiGScanReceiver.java117 mScan.stopBackgroundScan(mWifiScanListener); in doInBackground()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiVendorHalTest.java1248 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()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiVendorHal.java637 iface.stopBackgroundScan(mScan.cmdId); in startBgScan()
663 iface.stopBackgroundScan(mScan.cmdId); in stopBgScan()
679 if (!iface.stopBackgroundScan(mScan.cmdId)) return; in pauseBgScan()
/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
DWifiScanningServiceImpl.java306 public void stopBackgroundScan(IWifiScannerListener listener, String packageName, in stopBackgroundScan() method in WifiScanningServiceImpl
/packages/modules/Wifi/framework/api/
Dsystem-current.txt985 …mission(android.Manifest.permission.LOCATION_HARDWARE) public void stopBackgroundScan(android.net.…