Searched refs:mainIntent (Results 1 – 4 of 4) sorted by relevance
61 final Intent mainIntent = new Intent(Intent.ACTION_MAIN, null); in getActivityList() local62 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER); in getActivityList()63 mainIntent.setPackage(packageName); in getActivityList()64 List<ResolveInfo> infos = mPm.queryIntentActivities(mainIntent, 0); in getActivityList()
105 final Intent mainIntent = new Intent(Intent.ACTION_MAIN, null); in loadAllApps() local106 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER); in loadAllApps()110 final List<ResolveInfo> infos = pm.queryIntentActivities(mainIntent, 0); in loadAllApps()
1912 Intent mainIntent = new Intent(Intent.ACTION_MAIN, null); in processShortcut() local1913 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER); in processShortcut()1916 pickIntent.putExtra(Intent.EXTRA_INTENT, mainIntent); in processShortcut()
1902 final Intent mainIntent = new Intent(Intent.ACTION_MAIN, null); in loadAllAppsByBatch() local1903 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER); in loadAllAppsByBatch()