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

  /developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
GetRestrictionsReceiver.java 36 public static final String KEY_CHOICE = "choice_key";
98 RestrictionEntry reSingleChoice = new RestrictionEntry(KEY_CHOICE, (String) null);
132 } else if (KEY_CHOICE.equals(key)) {
133 if (existingRestrictions.containsKey(KEY_CHOICE)) {
134 entry.setSelectedString(existingRestrictions.getString(KEY_CHOICE));
  /developers/samples/android/content/multiuser/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
GetRestrictionsReceiver.java 36 public static final String KEY_CHOICE = "choice_key";
98 RestrictionEntry reSingleChoice = new RestrictionEntry(KEY_CHOICE, (String) null);
132 } else if (KEY_CHOICE.equals(key)) {
133 if (existingRestrictions.containsKey(KEY_CHOICE)) {
134 entry.setSelectedString(existingRestrictions.getString(KEY_CHOICE));
  /development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
GetRestrictionsReceiver.java 36 public static final String KEY_CHOICE = "choice_key";
98 RestrictionEntry reSingleChoice = new RestrictionEntry(KEY_CHOICE, (String) null);
132 } else if (KEY_CHOICE.equals(key)) {
133 if (existingRestrictions.containsKey(KEY_CHOICE)) {
134 entry.setSelectedString(existingRestrictions.getString(KEY_CHOICE));

Completed in 502 milliseconds