Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/users/
DAppRestrictionsFragment.java364 Intent restrictionsIntent = new Intent(Intent.ACTION_GET_RESTRICTION_ENTRIES); in populateApps() local
365 final List<ResolveInfo> receivers = pm.queryBroadcastReceivers(restrictionsIntent, 0); in populateApps()
634 Intent restrictionsIntent = results.getParcelable(CUSTOM_RESTRICTIONS_INTENT); in onReceive() local
635 if (restrictions != null && restrictionsIntent == null) { in onReceive()
641 } else if (restrictionsIntent != null) { in onReceive()
644 assertSafeToStartCustomActivity(restrictionsIntent); in onReceive()
648 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()