HomeSort by relevance Sort by last modified time
    Searched refs:PREF_DEBUG_MODE (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DebugSettings.java 20 public static final String PREF_DEBUG_MODE = "debug_mode";
DebugSettingsFragment.java 95 mDebugMode = (TwoStatePreference) findPreference(DebugSettings.PREF_DEBUG_MODE);
140 if (key.equals(DebugSettings.PREF_DEBUG_MODE) && mDebugMode != null) {
141 mDebugMode.setChecked(prefs.getBoolean(DebugSettings.PREF_DEBUG_MODE, false));
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputTestsBase.java 166 setBooleanPreference(DebugSettings.PREF_DEBUG_MODE, value, false);

Completed in 63 milliseconds