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