Searched refs:CUSTOM_RESTRICTIONS_INTENT (Results 1 – 3 of 3) sorted by relevance
610 private static final String CUSTOM_RESTRICTIONS_INTENT = Intent.EXTRA_RESTRICTIONS_INTENT; field in AppRestrictionsFragment.RestrictionsResultReceiver628 Intent restrictionsIntent = results.getParcelable(CUSTOM_RESTRICTIONS_INTENT); in onReceive()
678 private static final String CUSTOM_RESTRICTIONS_INTENT = Intent.EXTRA_RESTRICTIONS_INTENT; field in AppRestrictionsFragment.RestrictionsResultReceiver694 ? results.getParcelable(CUSTOM_RESTRICTIONS_INTENT) : null; in onReceive()