Home
last modified time | relevance | path

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

/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
DAppRestrictionEnforcerFragment.java96 private static final String RESTRICTION_KEY_ITEM_KEY = "key"; field in AppRestrictionEnforcerFragment
226 items.put(bundle.getString(RESTRICTION_KEY_ITEM_KEY), in onItemAdded()
350 bundle.putString(RESTRICTION_KEY_ITEM_KEY, key); in convertToBundles()
363 if (!key.equals(bundle.getString(RESTRICTION_KEY_ITEM_KEY))) { in removeItem()
364 items.put(bundle.getString(RESTRICTION_KEY_ITEM_KEY), in removeItem()