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 71 private RestrictionEntry mChoiceEntry;
124 mChoiceEntry = entry;
146 mChoiceEntry = new RestrictionEntry(GetRestrictionsReceiver.KEY_CHOICE,
148 mChoiceEntry.setType(RestrictionEntry.TYPE_CHOICE);
149 mChoicePref.setValue(mChoiceEntry.getSelectedString());
169 mRestrictions.add(mChoiceEntry);
185 mChoiceEntry.setSelectedString((String) newValue);
  /developers/samples/android/content/multiuser/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
CustomRestrictionsFragment.java 71 private RestrictionEntry mChoiceEntry;
124 mChoiceEntry = entry;
146 mChoiceEntry = new RestrictionEntry(GetRestrictionsReceiver.KEY_CHOICE,
148 mChoiceEntry.setType(RestrictionEntry.TYPE_CHOICE);
149 mChoicePref.setValue(mChoiceEntry.getSelectedString());
169 mRestrictions.add(mChoiceEntry);
185 mChoiceEntry.setSelectedString((String) newValue);
  /development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
CustomRestrictionsFragment.java 71 private RestrictionEntry mChoiceEntry;
124 mChoiceEntry = entry;
146 mChoiceEntry = new RestrictionEntry(GetRestrictionsReceiver.KEY_CHOICE,
148 mChoiceEntry.setType(RestrictionEntry.TYPE_CHOICE);
149 mChoicePref.setValue(mChoiceEntry.getSelectedString());
169 mRestrictions.add(mChoiceEntry);
185 mChoiceEntry.setSelectedString((String) newValue);

Completed in 194 milliseconds