Home
last modified time | relevance | path

Searched refs:createContactInfo (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
DCallLogAdapterTest.java188 .mockGetValue(createContactInfo(CONTACT_NAME_PRIMARY, CONTACT_NAME_ALTERNATIVE)); in testBindView_FirstNameFirstOrder()
202 .mockGetValue(createContactInfo(CONTACT_NAME_PRIMARY, CONTACT_NAME_ALTERNATIVE)); in testBindView_LastNameFirstOrder()
217 .mockGetValue(createContactInfo(CONTACT_NAME_PRIMARY, CONTACT_NAME_ALTERNATIVE)); in testBindView_NameOrderCorrectOnChange()
280 createContactInfo()); in testBindView_ContactWithPostDialDigits()
418 mAdapter.injectContactInfoForTest(TEST_NUMBER, TEST_COUNTRY_ISO, createContactInfo()); in testBindView_NoCallLogButMemoryCache_EnqueueRequest()
449 ContactInfo info = createContactInfo(); in testBindView_MismatchBetweenCallLogAndMemoryCache_EnqueueRequest()
695 createContactInfo(cachedName, cachedName, cachedNumberType, cachedNumberLabel); in createCallLogEntryWithCachedValues()
763 private ContactInfo createContactInfo() { in createContactInfo() method in CallLogAdapterTest
764 return createContactInfo( in createContactInfo()
769 private ContactInfo createContactInfo(String namePrimary, String nameAlternative) { in createContactInfo() method in CallLogAdapterTest
[all …]