Searched refs:WIFI_WATCHDOG_ON (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiWatchdogStateMachine.java348 putSettingsGlobalBoolean(contentResolver, Settings.Global.WIFI_WATCHDOG_ON, true);
400 Settings.Global.getUriFor(Settings.Global.WIFI_WATCHDOG_ON),
431 mContentResolver, Settings.Global.WIFI_WATCHDOG_ON, true);
/frameworks/base/core/java/android/provider/
H A DSettings.java906 MOVED_TO_SECURE.add(Secure.WIFI_WATCHDOG_ON);
2534 * @deprecated Use {@link android.provider.Settings.Global#WIFI_WATCHDOG_ON} instead
2537 public static final String WIFI_WATCHDOG_ON = Global.WIFI_WATCHDOG_ON; field in class:Settings.System
2671 MOVED_TO_GLOBAL.add(Settings.Global.WIFI_WATCHDOG_ON);
3622 * @deprecated Use {@link android.provider.Settings.Global#WIFI_WATCHDOG_ON} instead
3625 public static final String WIFI_WATCHDOG_ON = "wifi_watchdog_on"; field in class:Settings.Secure
4816 public static final String WIFI_WATCHDOG_ON = "wifi_watchdog_on"; field in class:Settings.Global
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java307 Settings.Secure.WIFI_WATCHDOG_ON,

Completed in 138 milliseconds