Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/ui/
DShowOrCreateActivity.java177 Intent listIntent = new Intent(Intent.ACTION_SEARCH); in onQueryComplete() local
178 listIntent.setComponent(new ComponentName(this, ContactsListActivity.class)); in onQueryComplete()
179 listIntent.putExtras(mCreateExtras); in onQueryComplete()
180 startActivity(listIntent); in onQueryComplete()