HomeSort by relevance Sort by last modified time
    Searched refs:restrictionsIntent (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/users/
AppRestrictionsFragment.java 357 Intent restrictionsIntent = new Intent(Intent.ACTION_GET_RESTRICTION_ENTRIES);
358 final List<ResolveInfo> receivers = pm.queryBroadcastReceivers(restrictionsIntent, 0);
626 Intent restrictionsIntent = results.getParcelable(CUSTOM_RESTRICTIONS_INTENT);
627 if (restrictions != null && restrictionsIntent == null) {
633 } else if (restrictionsIntent != null) {
636 assertSafeToStartCustomActivity(restrictionsIntent);
640 restrictionsIntent, requestCode);
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
AppRestrictionsFragment.java 390 Intent restrictionsIntent = new Intent(Intent.ACTION_GET_RESTRICTION_ENTRIES);
391 final List<ResolveInfo> receivers = pm.queryBroadcastReceivers(restrictionsIntent, 0);
664 Intent restrictionsIntent = results.getParcelable(CUSTOM_RESTRICTIONS_INTENT);
665 if (restrictions != null && restrictionsIntent == null) {
671 } else if (restrictionsIntent != null) {
678 p.setIntent(restrictionsIntent);
    [all...]

Completed in 93 milliseconds