Home
last modified time | relevance | path

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

/aosp12/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
H A DWifiGScanReceiver.java117 mScan.stopBackgroundScan(mWifiScanListener); in doInBackground()
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dwifi_sta_iface.h71 Return<void> stopBackgroundScan(
H A Dwifi_sta_iface.cpp130 Return<void> WifiStaIface::stopBackgroundScan( in stopBackgroundScan() function in android::hardware::wifi::V1_5::implementation::WifiStaIface
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiVendorHalTest.java2697 when(mIWifiStaIface.stopBackgroundScan(anyInt())).thenReturn(mWifiStatusSuccess); in testBgScanReplacement()
2706 verify(mIWifiStaIface).stopBackgroundScan(cmdId1); in testBgScanReplacement()
2714 when(mIWifiStaIface.stopBackgroundScan(anyInt())).thenReturn(mWifiStatusSuccess); in testBgScanStop()
2724 verify(mIWifiStaIface).stopBackgroundScan(cmdId); // Should be called just once in testBgScanStop()
2732 when(mIWifiStaIface.stopBackgroundScan(anyInt())).thenReturn(mWifiStatusSuccess); in testBgScanPauseAndRestart()
2742 verify(mIWifiStaIface).stopBackgroundScan(cmdId); // Should be called just once in testBgScanPauseAndRestart()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiVendorHal.java1018 ok(iface.stopBackgroundScan(mScan.cmdId)); in startBgScan()
1048 ok(iface.stopBackgroundScan(mScan.cmdId)); in stopBgScan()
1069 status = iface.stopBackgroundScan(mScan.cmdId); in pauseBgScan()
/aosp12/hardware/interfaces/wifi/1.0/
H A DIWifiStaIface.hal276 stopBackgroundScan(CommandId cmdId) generates (WifiStatus status);
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DWifiScanner.java1171 public void stopBackgroundScan(ScanListener listener) { in stopBackgroundScan() method in WifiScanner
/aosp12/packages/modules/Wifi/framework/api/
H A Dsystem-current.txt771 …mission(android.Manifest.permission.LOCATION_HARDWARE) public void stopBackgroundScan(android.net.…