Searched refs:CONTACT_IMPORT_INTENT (Results 1 – 1 of 1) sorted by relevance
96 private static final Intent CONTACT_IMPORT_INTENT; field in EditFdnContactScreen98 CONTACT_IMPORT_INTENT = new Intent(Intent.ACTION_GET_CONTENT);99 CONTACT_IMPORT_INTENT.setType(CommonDataKinds.Phone.CONTENT_ITEM_TYPE);205 startActivityForResult(CONTACT_IMPORT_INTENT, CONTACTS_PICKER_CODE); in onOptionsItemSelected()