Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/fuelgauge/
DInactiveApps.java66 Intent launcherIntent = new Intent(Intent.ACTION_MAIN); in init() local
67 launcherIntent.addCategory(Intent.CATEGORY_LAUNCHER); in init()
68 List<ResolveInfo> apps = pm.queryIntentActivities(launcherIntent, 0); in init()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DInactiveApps.java68 Intent launcherIntent = new Intent(Intent.ACTION_MAIN); in init() local
69 launcherIntent.addCategory(Intent.CATEGORY_LAUNCHER); in init()
70 List<ResolveInfo> apps = pm.queryIntentActivities(launcherIntent, 0); in init()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
DDeleteNonRequiredAppsTask.java262 Intent launcherIntent = new Intent(Intent.ACTION_MAIN); in getCurrentAppsWithLauncher() local
263 launcherIntent.addCategory(Intent.CATEGORY_LAUNCHER); in getCurrentAppsWithLauncher()
264 List<ResolveInfo> resolveInfos = mPm.queryIntentActivitiesAsUser(launcherIntent, in getCurrentAppsWithLauncher()
/packages/apps/Launcher3/src/com/android/launcher3/
DInstallShortcutReceiver.java374 Intent launcherIntent = Intent.parseUri(object.getString(LAUNCH_INTENT_KEY), 0); in decode() local
385 .resolveActivity(launcherIntent, user); in decode()
390 data.putExtra(Intent.EXTRA_SHORTCUT_INTENT, launcherIntent); in decode()