Searched refs:stopBackgroundScan (Results 1 – 8 of 8) sorted by relevance
117 mScan.stopBackgroundScan(mWifiScanListener); in doInBackground()
71 Return<void> stopBackgroundScan(
130 Return<void> WifiStaIface::stopBackgroundScan( in stopBackgroundScan() function in android::hardware::wifi::V1_5::implementation::WifiStaIface
2697 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()
1018 ok(iface.stopBackgroundScan(mScan.cmdId)); in startBgScan()1048 ok(iface.stopBackgroundScan(mScan.cmdId)); in stopBgScan()1069 status = iface.stopBackgroundScan(mScan.cmdId); in pauseBgScan()
276 stopBackgroundScan(CommandId cmdId) generates (WifiStatus status);
1171 public void stopBackgroundScan(ScanListener listener) { in stopBackgroundScan() method in WifiScanner
771 …mission(android.Manifest.permission.LOCATION_HARDWARE) public void stopBackgroundScan(android.net.…