Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/
DIWifiManager.aidl152 int getAllowScansWithTraffic(); in getAllowScansWithTraffic() method
DWifiManager.java2556 public int getAllowScansWithTraffic() { in getAllowScansWithTraffic() method in WifiManager
2558 return mService.getAllowScansWithTraffic(); in getAllowScansWithTraffic()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java1838 public int getAllowScansWithTraffic() { in getAllowScansWithTraffic() method in WifiServiceImpl
1840 return mWifiStateMachine.getAllowScansWithTraffic(); in getAllowScansWithTraffic()
DWifiStateMachine.java1123 public int getAllowScansWithTraffic() { in getAllowScansWithTraffic() method in WifiStateMachine