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

/packages/apps/Settings/src/com/android/settings/development/
H A DTelephonyMonitorPreferenceController.java34 private static final String KEY_TELEPHONY_MONITOR_SWITCH = "telephony_monitor_switch"; field in class:TelephonyMonitorPreferenceController
59 mPreference = (SwitchPreference) screen.findPreference(KEY_TELEPHONY_MONITOR_SWITCH);
66 return KEY_TELEPHONY_MONITOR_SWITCH;
83 if (KEY_TELEPHONY_MONITOR_SWITCH.equals(preference.getKey())) {

Completed in 64 milliseconds