Searched refs:isAutoWakeupEnabled (Results 1 – 11 of 11) sorted by relevance
102 when(mWifiManager.isAutoWakeupEnabled()).thenReturn(false); in setChecked_mFragmentIsNullLocationEnable_wifiWakeupEnable()111 when(mWifiManager.isAutoWakeupEnabled()).thenReturn(false); in setChecked_scanEnableLocationEnable_wifiWakeupEnable()123 when(mWifiManager.isAutoWakeupEnabled()).thenReturn(true); in updateState_wifiWakeupEnableScanningDisable_wifiWakeupDisabled()137 when(mWifiManager.isAutoWakeupEnabled()).thenReturn(true); in updateState_preferenceSetCheckedWhenWakeupSettingEnabled()151 when(mWifiManager.isAutoWakeupEnabled()).thenReturn(false); in updateState_preferenceSetUncheckedWhenWakeupSettingDisabled()163 when(mWifiManager.isAutoWakeupEnabled()).thenReturn(true); in updateState_preferenceSetUncheckedWhenWifiScanningDisabled()174 when(mWifiManager.isAutoWakeupEnabled()).thenReturn(true); in updateState_preferenceSetUncheckedWhenWakeupSettingEnabledNoLocation()187 when(mWifiManager.isAutoWakeupEnabled()).thenReturn(false); in updateState_preferenceSetUncheckedWhenWakeupSettingDisabledLocationEnabled()200 when(mWifiManager.isAutoWakeupEnabled()).thenReturn(true); in updateState_preferenceSetUncheckedWhenWifiScanningDisabledLocationEnabled()
184 return mWifiManager.isAutoWakeupEnabled(); in getWifiWakeupEnabled()
257 when(mWifiManager.isAutoWakeupEnabled()).thenReturn(true); in setAdditionalSettingsSummaries_wifiWakeupEnabled_displayOn()272 when(mWifiManager.isAutoWakeupEnabled()).thenReturn(false); in setAdditionalSettingsSummaries_wifiWakeupDisabled_displayOff()
406 boolean isAutoWakeupEnabled(); in isAutoWakeupEnabled() method
942 public boolean isAutoWakeupEnabled() { in isAutoWakeupEnabled() method in BaseWifiService
10894 public boolean isAutoWakeupEnabled() { in isAutoWakeupEnabled() method in WifiManager10896 return mService.isAutoWakeupEnabled(); in isAutoWakeupEnabled()
1156 && mWifiManager.isAutoWakeupEnabled() in isWifiWakeupEnabled()
3433 when(mWifiService.isAutoWakeupEnabled()).thenReturn(false); in testAutoWakeup()3434 assertFalse(mWifiManager.isAutoWakeupEnabled()); in testAutoWakeup()3435 verify(mWifiService).isAutoWakeupEnabled(); in testAutoWakeup()
480 …iresPermission(android.Manifest.permission.ACCESS_WIFI_STATE) public boolean isAutoWakeupEnabled();
7335 public boolean isAutoWakeupEnabled() {
9360 assertTrue(mWifiServiceImpl.isAutoWakeupEnabled()); in testIsAutoWakeupEnabled()