Searched refs:setAllowScansWithTraffic (Results 1 – 4 of 4) sorted by relevance
154 void setAllowScansWithTraffic(int enabled); in setAllowScansWithTraffic() method
2544 public void setAllowScansWithTraffic(int enabled) { in setAllowScansWithTraffic() method in WifiManager2546 mService.setAllowScansWithTraffic(enabled); in setAllowScansWithTraffic()
1833 public void setAllowScansWithTraffic(int enabled) { in setAllowScansWithTraffic() method in WifiServiceImpl1835 mWifiStateMachine.setAllowScansWithTraffic(enabled); in setAllowScansWithTraffic()
1119 public void setAllowScansWithTraffic(int enabled) { in setAllowScansWithTraffic() method in WifiStateMachine