OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPhoneLabelResourceId
(Results
1 - 3
of
3
) sorted by null
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/util/
ContactDisplayUtilTests.java
79
assertEquals(R.string.call_other, ContactDisplayUtils.
getPhoneLabelResourceId
(null));
83
assertEquals(R.string.call_home, ContactDisplayUtils.
getPhoneLabelResourceId
(
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
ContactDisplayUtils.java
69
resId =
getPhoneLabelResourceId
(type);
86
public static int
getPhoneLabelResourceId
(Integer type) {
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
BaseAccountType.java
548
return ContactDisplayUtils.
getPhoneLabelResourceId
(type);
[
all
...]
Completed in 136 milliseconds