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

  /developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
CustomRestrictionsFragment.java 72 private RestrictionEntry mChoiceEntry;
125 mChoiceEntry = entry;
145 mChoiceEntry = new RestrictionEntry(GetRestrictionsReceiver.KEY_CHOICE,
147 mChoiceEntry.setType(RestrictionEntry.TYPE_CHOICE);
148 mChoicePref.setValue(mChoiceEntry.getSelectedString());
166 mRestrictions.add(mChoiceEntry);
182 mChoiceEntry.setSelectedString((String) newValue);
  /developers/samples/android/content/multiuser/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
CustomRestrictionsFragment.java 72 private RestrictionEntry mChoiceEntry;
125 mChoiceEntry = entry;
145 mChoiceEntry = new RestrictionEntry(GetRestrictionsReceiver.KEY_CHOICE,
147 mChoiceEntry.setType(RestrictionEntry.TYPE_CHOICE);
148 mChoicePref.setValue(mChoiceEntry.getSelectedString());
166 mRestrictions.add(mChoiceEntry);
182 mChoiceEntry.setSelectedString((String) newValue);
  /development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
CustomRestrictionsFragment.java 72 private RestrictionEntry mChoiceEntry;
125 mChoiceEntry = entry;
145 mChoiceEntry = new RestrictionEntry(GetRestrictionsReceiver.KEY_CHOICE,
147 mChoiceEntry.setType(RestrictionEntry.TYPE_CHOICE);
148 mChoicePref.setValue(mChoiceEntry.getSelectedString());
166 mRestrictions.add(mChoiceEntry);
182 mChoiceEntry.setSelectedString((String) newValue);

Completed in 144 milliseconds