Home
last modified time | relevance | path

Searched refs:ACTION_SEARCH (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
DAllIntentsActivity.java263 Intent intent = new Intent(Intent.ACTION_SEARCH); in onListItemClick()
270 Intent intent = new Intent(Intent.ACTION_SEARCH); in onListItemClick()
277 Intent intent = new Intent(Intent.ACTION_SEARCH); in onListItemClick()
283 Intent intent = new Intent(Intent.ACTION_SEARCH); in onListItemClick()
289 Intent intent = new Intent(Intent.ACTION_SEARCH); in onListItemClick()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DAbstractSource.kt112 val intent = Intent(Intent.ACTION_SEARCH) in createSourceSearchIntent()
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DTaskOverlayFactoryGo.java71 public static final String ACTION_SEARCH = "com.android.quickstep.ACTION_SEARCH"; field in TaskOverlayFactoryGo
296 endLiveTileMode(() -> sendNIUIntent(ACTION_SEARCH)); in onSearch()
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
DMockSource.java76 return Intent.ACTION_SEARCH; in getDefaultIntentAction()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DGoogleSearch.kt52 if (Intent.ACTION_WEB_SEARCH.equals(action) || Intent.ACTION_SEARCH.equals(action)) { in onCreate()
/packages/apps/Contacts/src/com/android/contacts/activities/
DShowOrCreateActivity.java187 Intent listIntent = new Intent(Intent.ACTION_SEARCH); in onQueryComplete()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactsIntentResolver.java144 } else if (Intent.ACTION_SEARCH.equals(action)) { in resolveIntent()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java1511 intent = new Intent(Intent.ACTION_SEARCH); in dataItemToEntry()