Home
last modified time | relevance | path

Searched defs:restrictions (Results 1 – 2 of 2) sorted by relevance

/developers/samples/android/admin/AppRestrictionSchema/Application/src/main/java/com/example/android/apprestrictionschema/
DAppRestrictionSchemaFragment.java130 Bundle restrictions = manager.getApplicationRestrictions(); in resolveRestrictions() local
152 private void updateCanSayHello(RestrictionEntry entry, Bundle restrictions) { in updateCanSayHello()
165 private void updateMessage(RestrictionEntry entry, Bundle restrictions) { in updateMessage()
173 private void updateNumber(RestrictionEntry entry, Bundle restrictions) { in updateNumber()
183 private void updateRank(RestrictionEntry entry, Bundle restrictions) { in updateRank()
193 private void updateApprovals(RestrictionEntry entry, Bundle restrictions) { in updateApprovals()
209 private void updateItems(Bundle restrictions) { in updateItems()
/developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
DAppRestrictionEnforcerFragment.java243 List<RestrictionEntry> restrictions = in loadRestrictions() local