OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phoneNumberType
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Dialer/src/com/android/dialer/util/
IntentUtil.java
120
CharSequence name, CharSequence phoneNumber, int
phoneNumberType
) {
122
populateContactIntent(intent, name, phoneNumber,
phoneNumberType
);
140
CharSequence name, CharSequence phoneNumber, int
phoneNumberType
) {
142
populateContactIntent(intent, name, phoneNumber,
phoneNumberType
);
147
Intent intent, CharSequence name, CharSequence phoneNumber, int
phoneNumberType
) {
154
if (
phoneNumberType
!= NO_PHONE_TYPE) {
155
intent.putExtra(ContactsContract.Intents.Insert.PHONE_TYPE,
phoneNumberType
);
/packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoritesTileAdapter.java
303
final int
phoneNumberType
= cursor.getInt(mPhoneNumberTypeIndex);
305
contact.phoneLabel = (String) Phone.getTypeLabel(mResources,
phoneNumberType
,
Completed in 90 milliseconds