Searched refs:stopBackgroundScan (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiVendorHalTest.java1828 when(mIWifiStaIface.stopBackgroundScan(anyInt())).thenReturn(mWifiStatusSuccess);
1837 verify(mIWifiStaIface).stopBackgroundScan(cmdId1);
1845 when(mIWifiStaIface.stopBackgroundScan(anyInt())).thenReturn(mWifiStatusSuccess);
1855 verify(mIWifiStaIface).stopBackgroundScan(cmdId); // Should be called just once
1863 when(mIWifiStaIface.stopBackgroundScan(anyInt())).thenReturn(mWifiStatusSuccess);
1873 verify(mIWifiStaIface).stopBackgroundScan(cmdId); // Should be called just once
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiVendorHal.java820 ok(iface.stopBackgroundScan(mScan.cmdId));
850 ok(iface.stopBackgroundScan(mScan.cmdId));
871 status = iface.stopBackgroundScan(mScan.cmdId);
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiScanner.java796 public void stopBackgroundScan(ScanListener listener) { method in class:WifiScanner

Completed in 76 milliseconds