Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/users/
DAppRestrictionsFragment.java616 private static final String CUSTOM_RESTRICTIONS_INTENT = Intent.EXTRA_RESTRICTIONS_INTENT; field in AppRestrictionsFragment.RestrictionsResultReceiver
634 Intent restrictionsIntent = results.getParcelable(CUSTOM_RESTRICTIONS_INTENT); in onReceive()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DAppRestrictionsFragment.java678 private static final String CUSTOM_RESTRICTIONS_INTENT = Intent.EXTRA_RESTRICTIONS_INTENT; field in AppRestrictionsFragment.RestrictionsResultReceiver
694 ? results.getParcelable(CUSTOM_RESTRICTIONS_INTENT) : null; in onReceive()