Searched refs:getContactInfo (Results 1 – 10 of 10) sorted by relevance
116 name.setText(info.getContactInfo().name); in setCachedContactInfo()117 numberView.setText(info.getContactInfo().number); in setCachedContactInfo()137 info.getContactInfo().isBadData = true; in reportCallerId()
44 return mVCards.get(groupPosition).getContactInfo().get(childPosition); in getChild()71 return mVCards.get(groupPosition).getContactInfo().size(); in getChildrenCount()
66 ContactInfo getContactInfo(); in getContactInfo() method
168 public static ContactInfo getContactInfo(Cursor c) { in getContactInfo() method in ContactInfoHelper429 if (!cacheInfo.getContactInfo().isBadData) { in queryContactInfoForPhoneNumber()430 info = cacheInfo.getContactInfo(); in queryContactInfoForPhoneNumber()
61 mViewModel.getContactInfo().observe(getViewLifecycleOwner(), (contactInfo) -> { in onCreateView()
78 public LiveData<ContactInfo> getContactInfo() { in getContactInfo() method in PhoneFragmentViewModel
192 return getContactInfo(number, numberPresentation, countryIso).name; in getName()200 public ContactInfo getContactInfo( in getContactInfo() method in CallLogNotificationsQueryHelper
176 callLogNotificationsQueryHelper.getContactInfo( in updateMissedCallNotification()336 callLogNotificationsQueryHelper.getContactInfo( in getNotificationForCall()
102 queryHelper.getContactInfo( in updateNotification()
161 public List<VCardResourceEntry.VCardResourceEntryDestinationItem> getContactInfo() {