Searched refs:restrictionsIntent (Results 1 – 2 of 2) sorted by relevance
362 Intent restrictionsIntent = new Intent(Intent.ACTION_GET_RESTRICTION_ENTRIES); in populateApps() local363 final List<ResolveInfo> receivers = pm.queryBroadcastReceivers(restrictionsIntent, 0); in populateApps()632 Intent restrictionsIntent = results.getParcelable(CUSTOM_RESTRICTIONS_INTENT); in onReceive() local633 if (restrictions != null && restrictionsIntent == null) { in onReceive()639 } else if (restrictionsIntent != null) { in onReceive()643 assertSafeToStartCustomActivity(restrictionsIntent); in onReceive()654 restrictionsIntent, requestCode); in onReceive()
436 Intent restrictionsIntent = new Intent(Intent.ACTION_GET_RESTRICTION_ENTRIES); in populateApps() local437 final List<ResolveInfo> receivers = pm.queryBroadcastReceivers(restrictionsIntent, 0); in populateApps()732 Intent restrictionsIntent = results != null in onReceive() local734 if (restrictions != null && restrictionsIntent == null) { in onReceive()740 } else if (restrictionsIntent != null) { in onReceive()747 p.setIntent(SafeIntents.forCallback(restrictionsIntent)); in onReceive()