Home
last modified time | relevance | path

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

/development/samples/browseable/AppRestrictionSchema/src/com.example.android.apprestrictionschema/
DAppRestrictionSchemaFragment.java66 Bundle restrictions = restrictionsManager.getApplicationRestrictions(); in onResume() local
70 private void updateUI(Bundle restrictions) { in updateUI()
86 private boolean canSayHello(Bundle restrictions) { in canSayHello()
/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
DAppRestrictionEnforcerFragment.java187 List<RestrictionEntry> restrictions = in loadRestrictions() local
217 Bundle restrictions = new Bundle(); in allowSayHello() local
221 PACKAGE_NAME_APP_RESTRICTION_SCHEMA, restrictions); in allowSayHello() local