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.aidl159 int getAllowScansWithTraffic(); in getAllowScansWithTraffic() method
DWifiManager.java2803 public int getAllowScansWithTraffic() {
2805 return mService.getAllowScansWithTraffic();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java1901 public int getAllowScansWithTraffic() { in getAllowScansWithTraffic() method in WifiServiceImpl
1903 return mWifiStateMachine.getAllowScansWithTraffic(); in getAllowScansWithTraffic()
DWifiStateMachine.java1350 + " allow scan with traffic " + getAllowScansWithTraffic()); in allowFullBandScanAndAssociated()
1353 if (getAllowScansWithTraffic() == 0) { in allowFullBandScanAndAssociated()
1420 public int getAllowScansWithTraffic() { in getAllowScansWithTraffic() method in WifiStateMachine
2600 sb.append(" withTraffic=").append(getAllowScansWithTraffic()); in getLogRecString()