HomeSort by relevance Sort by last modified time
    Searched refs:stopBatchedScan (Results 1 - 4 of 4) sorted by null

  /frameworks/base/wifi/java/android/net/wifi/
IWifiManager.aidl 122 void stopBatchedScan(in BatchedScanSettings requested);
WifiManager.java 791 * call stopBatchedScan with the same Settings.
833 public void stopBatchedScan(BatchedScanSettings requested) {
835 mService.stopBatchedScan(requested);
    [all...]
WifiStateMachine.java     [all...]
  /frameworks/base/services/java/com/android/server/wifi/
WifiService.java 385 stopBatchedScan(settings, uid, pid);
454 public void stopBatchedScan(BatchedScanSettings settings) {
457 stopBatchedScan(settings, getCallingUid(), getCallingPid());
460 private void stopBatchedScan(BatchedScanSettings settings, int uid, int pid) {
    [all...]

Completed in 29 milliseconds