Searched refs:getAllowScansWithTraffic (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
H A DIWifiManager.aidl164 int getAllowScansWithTraffic();
H A DWifiManager.java3434 public int getAllowScansWithTraffic() { method in class:WifiManager
3436 return mService.getAllowScansWithTraffic();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java2366 public int getAllowScansWithTraffic() { method in class:WifiServiceImpl
2368 mLog.trace("getAllowScansWithTraffic uid=%").c(Binder.getCallingUid()).flush();
2369 return mWifiStateMachine.getAllowScansWithTraffic();
H A DWifiStateMachine.java1235 public int getAllowScansWithTraffic() { method in class:WifiStateMachine

Completed in 684 milliseconds