Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DEditPhoneNumberPreference.java73 private Intent mContactListIntent; field in EditPhoneNumberPreference
124 mContactListIntent = new Intent(Intent.ACTION_GET_CONTENT); in EditPhoneNumberPreference()
125 mContactListIntent.setType(Phone.CONTENT_ITEM_TYPE); in EditPhoneNumberPreference()
220 mParentActivity.startActivityForResult(mContactListIntent, mPrefId); in onBindDialogView()