Searched refs:restrictionsIntent (Results 1 – 2 of 2) sorted by relevance
364 Intent restrictionsIntent = new Intent(Intent.ACTION_GET_RESTRICTION_ENTRIES); in populateApps() local365 final List<ResolveInfo> receivers = pm.queryBroadcastReceivers(restrictionsIntent, 0); in populateApps()634 Intent restrictionsIntent = results.getParcelable(CUSTOM_RESTRICTIONS_INTENT); in onReceive() local635 if (restrictions != null && restrictionsIntent == null) { in onReceive()641 } else if (restrictionsIntent != null) { in onReceive()644 assertSafeToStartCustomActivity(restrictionsIntent); in onReceive()648 restrictionsIntent, requestCode); in onReceive()
414 Intent restrictionsIntent = new Intent(Intent.ACTION_GET_RESTRICTION_ENTRIES); in populateApps() local415 final List<ResolveInfo> receivers = pm.queryBroadcastReceivers(restrictionsIntent, 0); in populateApps()693 Intent restrictionsIntent = results != null in onReceive() local695 if (restrictions != null && restrictionsIntent == null) { in onReceive()701 } else if (restrictionsIntent != null) { in onReceive()708 p.setIntent(restrictionsIntent); in onReceive()