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/ContactsCommon/src/com/android/contacts/common/list/
ContactTileAdapter.java
266
int
phoneNumberType
= cursor.getInt(mPhoneNumberTypeIndex);
268
contact.phoneLabel = (String) Phone.getTypeLabel(mResources,
phoneNumberType
,
/packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoritesTileAdapter.java
308
final int
phoneNumberType
= cursor.getInt(mPhoneNumberTypeIndex);
310
contact.phoneLabel = (String) Phone.getTypeLabel(mResources,
phoneNumberType
,
[
all
...]
Completed in 25 milliseconds