HomeSort by relevance Sort by last modified time
    Searched defs:PREF_USABILITY_STUDY_MODE (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ResearchLogger.java 61 private static final String PREF_USABILITY_STUDY_MODE = "usability_study_mode";
256 sIsLogging = prefs.getBoolean(PREF_USABILITY_STUDY_MODE, false);
435 sIsLogging = prefs.getBoolean(PREF_USABILITY_STUDY_MODE, false);
Settings.java 60 public static final String PREF_USABILITY_STUDY_MODE = "usability_study_mode";
213 final Preference usabilityStudyPref = findPreference(PREF_USABILITY_STUDY_MODE);
222 checkbox.setChecked(prefs.getBoolean(PREF_USABILITY_STUDY_MODE, true));

Completed in 1038 milliseconds