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.aidl158 int getAllowScansWithTraffic(); in getAllowScansWithTraffic() method
DWifiManager.java2663 public int getAllowScansWithTraffic() {
2665 return mService.getAllowScansWithTraffic();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java1924 public int getAllowScansWithTraffic() { in getAllowScansWithTraffic() method in WifiServiceImpl
1926 return mWifiStateMachine.getAllowScansWithTraffic(); in getAllowScansWithTraffic()
DWifiStateMachine.java1365 public int getAllowScansWithTraffic() { in getAllowScansWithTraffic() method in WifiStateMachine
2392 sb.append(" withTraffic=").append(getAllowScansWithTraffic()); in getLogRecString()