Home
last modified time | relevance | path

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

/development/samples/browseable/AppRestrictions/src/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()