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

  /frameworks/base/core/java/com/android/internal/notification/
NotificationAccessConfirmationActivityContract.java 30 public static Intent launcherIntent(int userId, ComponentName component, String packageTitle) {
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
InactiveApps.java 66 Intent launcherIntent = new Intent(Intent.ACTION_MAIN);
67 launcherIntent.addCategory(Intent.CATEGORY_LAUNCHER);
68 List<ResolveInfo> apps = pm.queryIntentActivities(launcherIntent, 0);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
InactiveApps.java 68 Intent launcherIntent = new Intent(Intent.ACTION_MAIN);
69 launcherIntent.addCategory(Intent.CATEGORY_LAUNCHER);
70 List<ResolveInfo> apps = pm.queryIntentActivities(launcherIntent, 0);
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/nonrequiredapps/
OverlayPackagesProvider.java 157 Intent launcherIntent = new Intent(Intent.ACTION_MAIN);
158 launcherIntent.addCategory(Intent.CATEGORY_LAUNCHER);
159 List<ResolveInfo> resolveInfos = mPm.queryIntentActivitiesAsUser(launcherIntent,
  /packages/apps/Launcher3/src/com/android/launcher3/
InstallShortcutReceiver.java 132 if (packageNames.contains(getIntentPackage(decoder.launcherIntent)) &&
248 result.add(ShortcutKey.fromIntent(decoder.launcherIntent, decoder.user));
512 .resolveActivity(decoder.launcherIntent, decoder.user);
517 decoder.launcherIntent.getPackage(),
518 Arrays.asList(decoder.launcherIntent.getStringExtra(
527 int widgetId = decoder.launcherIntent
531 if (info == null || !info.provider.equals(decoder.launcherIntent.getComponent()) ||
539 data.putExtra(Intent.EXTRA_SHORTCUT_INTENT, decoder.launcherIntent);
565 public final Intent launcherIntent;
570 launcherIntent = Intent.parseUri(getString(LAUNCH_INTENT_KEY), 0)
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
AppRestrictionsHelper.java 169 Intent launcherIntent = new Intent(Intent.ACTION_MAIN);
171 launcherIntent.addCategory(Intent.CATEGORY_LEANBACK_LAUNCHER);
173 launcherIntent.addCategory(Intent.CATEGORY_LAUNCHER);
175 addSystemApps(mVisibleApps, launcherIntent, excludePackages);
  /packages/services/Car/service/src/com/android/car/
SystemActivityMonitoringService.java 316 Intent launcherIntent = new Intent();
317 launcherIntent.setComponent(ComponentName.unflattenFromString(
319 mContext.startActivity(launcherIntent);
  /frameworks/base/services/companion/java/com/android/server/companion/
CompanionDeviceManagerService.java 296 NotificationAccessConfirmationActivityContract.launcherIntent(
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java     [all...]

Completed in 609 milliseconds