Searched defs:getAllowScansWithTraffic (Results 1 - 3 of 3) sorted by path

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java2663 public int getAllowScansWithTraffic() { method in class:WifiManager
2665 return mService.getAllowScansWithTraffic();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java1924 public int getAllowScansWithTraffic() { method in class:WifiServiceImpl
1926 return mWifiStateMachine.getAllowScansWithTraffic();
H A DWifiStateMachine.java1365 public int getAllowScansWithTraffic() { method in class:WifiStateMachine
2392 sb.append(" withTraffic=").append(getAllowScansWithTraffic());

Completed in 120 milliseconds