Searched refs:setAutoWakeupEnabled (Results 1 – 9 of 9) sorted by relevance
176 mWifiManager.setAutoWakeupEnabled(enabled); in setWifiWakeupEnabled()
79 verify(mWifiManager).setAutoWakeupEnabled(true); in setChecked_scanEnableLocationEnable_wifiWakeupEnable()
309 void setAutoWakeupEnabled(boolean enable); in setAutoWakeupEnabled() method
7830 public void setAutoWakeupEnabled(boolean enable) { in setAutoWakeupEnabled() method in WifiManager7832 mService.setAutoWakeupEnabled(enable); in setAutoWakeupEnabled()
735 public void setAutoWakeupEnabled(boolean enable) { in setAutoWakeupEnabled() method in BaseWifiService
5178 public void setAutoWakeupEnabled(boolean enable) {
3165 mWifiManager.setAutoWakeupEnabled(true); in testAutoWakeup()3166 verify(mWifiService).setAutoWakeupEnabled(true); in testAutoWakeup()
7524 mWifiServiceImpl.setAutoWakeupEnabled(true); in testSetAutoWakeupEnabledWithNetworkSettingsPermission()7528 mWifiServiceImpl.setAutoWakeupEnabled(false); in testSetAutoWakeupEnabledWithNetworkSettingsPermission()7539 mWifiServiceImpl.setAutoWakeupEnabled(true); in testSetAutoWakeupEnabledWithNoNetworkSettingsPermission()
569 …Permission(android.Manifest.permission.NETWORK_SETTINGS) public void setAutoWakeupEnabled(boolean);