Home
last modified time | relevance | path

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

/developers/samples/android/content/multiuser/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
DGetRestrictionsReceiver.java94 RestrictionEntry reBoolean = new RestrictionEntry(KEY_BOOLEAN, false); in initRestrictions() local
95 populateBooleanEntry(res, reBoolean); in initRestrictions()
96 newRestrictions.add(reBoolean); in initRestrictions()