Searched refs:PREF_KEY_IS_INTERNAL (Results 1 – 2 of 2) sorted by relevance
103 public static final String PREF_KEY_IS_INTERNAL = "pref_key_is_internal"; field in Settings386 return prefs.getBoolean(PREF_KEY_IS_INTERNAL, false); in isInternal()
167 setBooleanPreference(Settings.PREF_KEY_IS_INTERNAL, value, false); in setDebugMode()