Home | History | Annotate | Download | only in research

Lines Matching defs:PREF_USABILITY_STUDY_MODE

92     private static final String PREF_USABILITY_STUDY_MODE = "usability_study_mode";
170 if (!prefs.contains(PREF_USABILITY_STUDY_MODE)) {
172 e.putBoolean(PREF_USABILITY_STUDY_MODE, DEFAULT_USABILITY_STUDY_MODE);
175 sIsLogging = prefs.getBoolean(PREF_USABILITY_STUDY_MODE, false);
310 e.putBoolean(PREF_USABILITY_STUDY_MODE, enableLogging);
457 sIsLogging = prefs.getBoolean(PREF_USABILITY_STUDY_MODE, false);