Home
last modified time | relevance | path

Searched refs:queryIntent (Results 1 – 2 of 2) sorted by relevance

/packages/experimental/UiAutomation/library/src/com/android/testing/uiautomation/
DUiTestHelper.java72 final Intent queryIntent = new Intent(); in getLauncherAppList() local
79 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()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSearchableSource.java266 Intent queryIntent = new Intent(Intent.ACTION_SEARCH); in createVoiceAppSearchIntent() local
267 queryIntent.setComponent(searchActivity); in createVoiceAppSearchIntent()
269 getContext(), 0, queryIntent, PendingIntent.FLAG_ONE_SHOT); in createVoiceAppSearchIntent()