Home
last modified time | relevance | path

Searched refs:newRestrictions (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
DGetRestrictionsReceiver.java91 ArrayList<RestrictionEntry> newRestrictions = new ArrayList<>(); in initRestrictions() local
96 newRestrictions.add(reBoolean); in initRestrictions()
100 newRestrictions.add(reSingleChoice); in initRestrictions()
104 newRestrictions.add(reMultiSelect); in initRestrictions()
106 return newRestrictions; in initRestrictions()