Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/users/
DAppRestrictionsFragment.java358 Intent restrictionsIntent = new Intent(Intent.ACTION_GET_RESTRICTION_ENTRIES); in populateApps() local
359 final List<ResolveInfo> receivers = pm.queryBroadcastReceivers(restrictionsIntent, 0); in populateApps()
628 Intent restrictionsIntent = results.getParcelable(CUSTOM_RESTRICTIONS_INTENT); in onReceive() local
629 if (restrictions != null && restrictionsIntent == null) { in onReceive()
635 } else if (restrictionsIntent != null) { in onReceive()
638 assertSafeToStartCustomActivity(restrictionsIntent); in onReceive()
642 restrictionsIntent, requestCode); in onReceive()
/packages/apps/Settings/src/com/android/settings/users/
DAppRestrictionsFragment.java358 Intent restrictionsIntent = new Intent(Intent.ACTION_GET_RESTRICTION_ENTRIES); in populateApps() local
359 final List<ResolveInfo> receivers = pm.queryBroadcastReceivers(restrictionsIntent, 0); in populateApps()
628 Intent restrictionsIntent = results.getParcelable(CUSTOM_RESTRICTIONS_INTENT); in onReceive() local
629 if (restrictions != null && restrictionsIntent == null) { in onReceive()
635 } else if (restrictionsIntent != null) { in onReceive()
638 assertSafeToStartCustomActivity(restrictionsIntent); in onReceive()
642 restrictionsIntent, requestCode); in onReceive()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
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()