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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiWatchdogStateMachine.java349 putSettingsGlobalBoolean(contentResolver, Settings.Global.WIFI_WATCHDOG_ON, true);
401 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.java1045 MOVED_TO_SECURE.add(Secure.WIFI_WATCHDOG_ON);
2690 * @deprecated Use {@link android.provider.Settings.Global#WIFI_WATCHDOG_ON} instead
2693 public static final String WIFI_WATCHDOG_ON = Global.WIFI_WATCHDOG_ON; field in class:Settings.System
2821 MOVED_TO_GLOBAL.add(Settings.Global.WIFI_WATCHDOG_ON);
3957 * @deprecated Use {@link android.provider.Settings.Global#WIFI_WATCHDOG_ON} instead
3960 public static final String WIFI_WATCHDOG_ON = "wifi_watchdog_on"; field in class:Settings.Secure
5304 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.java318 Settings.Secure.WIFI_WATCHDOG_ON,

Completed in 101 milliseconds