Searched refs:restrictionsIntent (Results 1 – 3 of 3) sorted by relevance
358 Intent restrictionsIntent = new Intent(Intent.ACTION_GET_RESTRICTION_ENTRIES); in populateApps() local359 final List<ResolveInfo> receivers = pm.queryBroadcastReceivers(restrictionsIntent, 0); in populateApps()628 Intent restrictionsIntent = results.getParcelable(CUSTOM_RESTRICTIONS_INTENT); in onReceive() local629 if (restrictions != null && restrictionsIntent == null) { in onReceive()635 } else if (restrictionsIntent != null) { in onReceive()638 assertSafeToStartCustomActivity(restrictionsIntent); in onReceive()642 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()