Searched refs:restrictionsIntent (Results 1 – 2 of 2) sorted by relevance
357 Intent restrictionsIntent = new Intent(Intent.ACTION_GET_RESTRICTION_ENTRIES); in populateApps() local358 final List<ResolveInfo> receivers = pm.queryBroadcastReceivers(restrictionsIntent, 0); in populateApps()626 Intent restrictionsIntent = results.getParcelable(CUSTOM_RESTRICTIONS_INTENT); in onReceive() local627 if (restrictions != null && restrictionsIntent == null) { in onReceive()633 } else if (restrictionsIntent != null) { in onReceive()636 assertSafeToStartCustomActivity(restrictionsIntent); in onReceive()640 restrictionsIntent, requestCode); in onReceive()
390 Intent restrictionsIntent = new Intent(Intent.ACTION_GET_RESTRICTION_ENTRIES); in populateApps() local391 final List<ResolveInfo> receivers = pm.queryBroadcastReceivers(restrictionsIntent, 0); in populateApps()664 Intent restrictionsIntent = results.getParcelable(CUSTOM_RESTRICTIONS_INTENT); in onReceive() local665 if (restrictions != null && restrictionsIntent == null) { in onReceive()671 } else if (restrictionsIntent != null) { in onReceive()678 p.setIntent(restrictionsIntent); in onReceive()