Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/compat/
DLauncherAppsCompatV16.java61 final Intent mainIntent = new Intent(Intent.ACTION_MAIN, null); in getActivityList() local
62 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER); in getActivityList()
63 mainIntent.setPackage(packageName); in getActivityList()
64 List<ResolveInfo> infos = mPm.queryIntentActivities(mainIntent, 0); in getActivityList()
/packages/apps/Settings/src/com/android/settings/display/
DAppGridView.java105 final Intent mainIntent = new Intent(Intent.ACTION_MAIN, null); in loadAllApps() local
106 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER); in loadAllApps()
110 final List<ResolveInfo> infos = pm.queryIntentActivities(mainIntent, 0); in loadAllApps()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncher.java1912 Intent mainIntent = new Intent(Intent.ACTION_MAIN, null); in processShortcut() local
1913 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER); in processShortcut()
1916 pickIntent.putExtra(Intent.EXTRA_INTENT, mainIntent); in processShortcut()
DLauncherModel.java1902 final Intent mainIntent = new Intent(Intent.ACTION_MAIN, null); in loadAllAppsByBatch() local
1903 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER); in loadAllAppsByBatch()