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

  /developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
CustomRestrictionsFragment.java 56 private static final String KEY_CHOICE_PREF = "pref_choice";
82 mChoicePref = (ListPreference) findPreference(KEY_CHOICE_PREF);
  /developers/samples/android/content/multiuser/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
CustomRestrictionsFragment.java 56 private static final String KEY_CHOICE_PREF = "pref_choice";
82 mChoicePref = (ListPreference) findPreference(KEY_CHOICE_PREF);
  /development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
CustomRestrictionsFragment.java 56 private static final String KEY_CHOICE_PREF = "pref_choice";
82 mChoicePref = (ListPreference) findPreference(KEY_CHOICE_PREF);

Completed in 314 milliseconds