Searched refs:CONTACT_IMPORT_INTENT (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
H A DEditFdnContactScreen.java91 private static final Intent CONTACT_IMPORT_INTENT; field in class:EditFdnContactScreen
93 CONTACT_IMPORT_INTENT = new Intent(Intent.ACTION_GET_CONTENT);
94 CONTACT_IMPORT_INTENT.setType(android.provider.Contacts.Phones.CONTENT_ITEM_TYPE);
201 startActivityForResult(CONTACT_IMPORT_INTENT, CONTACTS_PICKER_CODE);

Completed in 55 milliseconds