Searched defs:mContactListIntent (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
H A DEditPhoneNumberPreference.java73 private Intent mContactListIntent; field in class:EditPhoneNumberPreference
124 mContactListIntent = new Intent(Intent.ACTION_GET_CONTENT);
125 mContactListIntent.setType(Phone.CONTENT_ITEM_TYPE);
220 mParentActivity.startActivityForResult(mContactListIntent, mPrefId);
H A DCallFeaturesSetting.java187 private Intent mContactListIntent; field in class:CallFeaturesSetting
1595 mContactListIntent = new Intent(Intent.ACTION_GET_CONTENT);
1596 mContactListIntent.setType(android.provider.Contacts.Phones.CONTENT_ITEM_TYPE);

Completed in 313 milliseconds