Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/users/
H A DAppRestrictionsFragment.java366 Intent restrictionsIntent = new Intent(Intent.ACTION_GET_RESTRICTION_ENTRIES); in populateApps() local
367 final List<ResolveInfo> receivers = pm.queryBroadcastReceivers(restrictionsIntent, 0); in populateApps()
636 Intent restrictionsIntent = results.getParcelable(CUSTOM_RESTRICTIONS_INTENT); in onReceive() local
637 if (restrictions != null && restrictionsIntent == null) { in onReceive()
643 } else if (restrictionsIntent != null) { in onReceive()
647 assertSafeToStartCustomActivity(restrictionsIntent); in onReceive()
658 restrictionsIntent, requestCode); in onReceive()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
H A DAppRestrictionsFragment.java414 Intent restrictionsIntent = new Intent(Intent.ACTION_GET_RESTRICTION_ENTRIES); in populateApps() local
415 final List<ResolveInfo> receivers = pm.queryBroadcastReceivers(restrictionsIntent, 0); in populateApps()
693 Intent restrictionsIntent = results != null in onReceive() local
695 if (restrictions != null && restrictionsIntent == null) { in onReceive()
701 } else if (restrictionsIntent != null) { in onReceive()
708 p.setIntent(restrictionsIntent); in onReceive()