Searched refs:numberLabel (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/ |
D | PhoneCallDetails.java | 50 public final CharSequence numberLabel; field in PhoneCallDetails 71 CharSequence name, int numberType, CharSequence numberLabel, Uri contactUri, in PhoneCallDetails() argument 82 this.numberLabel = numberLabel; in PhoneCallDetails()
|
D | CallDetailActivity.java | 521 firstDetails.numberLabel); in updateData() 613 final CharSequence numberLabel; in getPhoneCallDetailsForUri() local 626 numberLabel = ""; in getPhoneCallDetailsForUri() 633 numberLabel = info.label; in getPhoneCallDetailsForUri() 639 nameText, numberType, numberLabel, lookupUri, photoUri); in getPhoneCallDetailsForUri()
|
D | PhoneCallDetailsHelper.java | 101 details.numberLabel); in setPhoneCallDetails()
|
/packages/apps/Contacts/tests/src/com/android/contacts/calllog/ |
D | CallLogFragmentTest.java | 273 String numberLabel = "My label"; in testBindView_CustomLabel() local 275 "John Doe", Phone.TYPE_CUSTOM, numberLabel); in testBindView_CustomLabel() 281 assertNumberAndLabelAre(views, TEST_FORMATTED_NUMBER, numberLabel); in testBindView_CustomLabel()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | CallLogProviderTest.java | 181 ci.numberLabel = "Directory"; in testAddCall()
|