Home
last modified time | relevance | path

Searched refs:launcherIntent (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DInstallShortcutReceiver.java179 if (packageNames.contains(getIntentPackage(decoder.launcherIntent)) && in removeFromInstallQueue()
271 result.add(ShortcutKey.fromIntent(decoder.launcherIntent, decoder.user)); in getPendingShortcuts()
532 .resolveActivity(decoder.launcherIntent, decoder.user); in decode()
537 List<ShortcutInfo> si = ShortcutKey.fromIntent(decoder.launcherIntent, decoder.user) in decode()
546 int widgetId = decoder.launcherIntent in decode()
550 if (info == null || !info.provider.equals(decoder.launcherIntent.getComponent()) || in decode()
558 data.putExtra(Intent.EXTRA_SHORTCUT_INTENT, decoder.launcherIntent); in decode()
588 public final Intent launcherIntent; field in InstallShortcutReceiver.Decoder
593 launcherIntent = Intent.parseUri(getString(LAUNCH_INTENT_KEY), 0); in Decoder()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DInactiveApps.java70 Intent launcherIntent = new Intent(Intent.ACTION_MAIN); in init() local
71 launcherIntent.addCategory(Intent.CATEGORY_LAUNCHER); in init()
72 List<ResolveInfo> apps = pm.queryIntentActivities(launcherIntent, 0); in init()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/
DInactiveApps.java86 Intent launcherIntent = new Intent(Intent.ACTION_MAIN); in init() local
87 launcherIntent.addCategory(Intent.CATEGORY_LAUNCHER); in init()
88 List<ResolveInfo> apps = pm.queryIntentActivities(launcherIntent, 0); in init()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DInactiveApps.java105 Intent launcherIntent = new Intent(Intent.ACTION_MAIN); in init() local
106 launcherIntent.addCategory(Intent.CATEGORY_LAUNCHER); in init()
107 List<ResolveInfo> apps = pm.queryIntentActivities(launcherIntent, 0); in init()