Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/users/
DAppRestrictionsFragment.java610 private static final String CUSTOM_RESTRICTIONS_INTENT = Intent.EXTRA_RESTRICTIONS_INTENT; field in AppRestrictionsFragment.RestrictionsResultReceiver
628 Intent restrictionsIntent = results.getParcelable(CUSTOM_RESTRICTIONS_INTENT); in onReceive()
/packages/apps/Settings/src/com/android/settings/users/
DAppRestrictionsFragment.java610 private static final String CUSTOM_RESTRICTIONS_INTENT = Intent.EXTRA_RESTRICTIONS_INTENT; field in AppRestrictionsFragment.RestrictionsResultReceiver
628 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()