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