Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/detail/
DContactLoaderFragment.java325 final Intent chooseIntent = Intent.createChooser(intent, chooseTitle); in onOptionsItemSelected() local
328 mContext.startActivity(chooseIntent); in onOptionsItemSelected()