Searched refs:queryIntent (Results 1 – 2 of 2) sorted by relevance
72 final Intent queryIntent = new Intent(); in getLauncherAppList() local79 queryIntent.addCategory(Intent.CATEGORY_LAUNCHER); in getLauncherAppList()80 queryIntent.setAction(Intent.ACTION_MAIN); in getLauncherAppList()83 results = mPm.queryIntentActivities(queryIntent, null, 0); in getLauncherAppList()89 Intent tmpIntent = new Intent(queryIntent); in getLauncherAppList()
266 Intent queryIntent = new Intent(Intent.ACTION_SEARCH); in createVoiceAppSearchIntent() local267 queryIntent.setComponent(searchActivity); in createVoiceAppSearchIntent()269 getContext(), 0, queryIntent, PendingIntent.FLAG_ONE_SHOT); in createVoiceAppSearchIntent()