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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
H A DAppRestrictionsManager.java76 private static final String CUSTOM_RESTRICTIONS_INTENT = Intent.EXTRA_RESTRICTIONS_INTENT;
82 mRestrictionsIntent = (Intent) results.getParcelable(CUSTOM_RESTRICTIONS_INTENT);
/packages/apps/Settings/src/com/android/settings/users/
H A DAppRestrictionsFragment.java884 private static final String CUSTOM_RESTRICTIONS_INTENT = Intent.EXTRA_RESTRICTIONS_INTENT; field in class:AppRestrictionsFragment.RestrictionsResultReceiver
902 Intent restrictionsIntent = (Intent) results.getParcelable(CUSTOM_RESTRICTIONS_INTENT);

Completed in 53 milliseconds