Searched refs:setAutoWakeupEnabled (Results 1 – 9 of 9) sorted by relevance
106 verify(mWifiManager).setAutoWakeupEnabled(true); in setChecked_mFragmentIsNullLocationEnable_wifiWakeupEnable()117 verify(mWifiManager).setAutoWakeupEnabled(true); in setChecked_scanEnableLocationEnable_wifiWakeupEnable()
188 mWifiManager.setAutoWakeupEnabled(enabled); in setWifiWakeupEnabled()
404 void setAutoWakeupEnabled(boolean enable); in setAutoWakeupEnabled() method
937 public void setAutoWakeupEnabled(boolean enable) { in setAutoWakeupEnabled() method in BaseWifiService
10871 public void setAutoWakeupEnabled(boolean enable) { in setAutoWakeupEnabled() method in WifiManager10873 mService.setAutoWakeupEnabled(enable); in setAutoWakeupEnabled()
3430 mWifiManager.setAutoWakeupEnabled(true); in testAutoWakeup()3431 verify(mWifiService).setAutoWakeupEnabled(true); in testAutoWakeup()
9339 mWifiServiceImpl.setAutoWakeupEnabled(true); in testSetAutoWakeupEnabledWithNetworkSettingsPermission()9342 mWifiServiceImpl.setAutoWakeupEnabled(false); in testSetAutoWakeupEnabledWithNetworkSettingsPermission()9352 mWifiServiceImpl.setAutoWakeupEnabled(true); in testSetAutoWakeupEnabledWithNoNetworkSettingsPermission()
786 …Permission(android.Manifest.permission.NETWORK_SETTINGS) public void setAutoWakeupEnabled(boolean);
7318 public void setAutoWakeupEnabled(boolean enable) {