Searched refs:getContactInfo (Results 1 – 11 of 11) 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()
168 public static ContactInfo getContactInfo(Cursor c) { in getContactInfo() method in ContactInfoHelper429 if (!cacheInfo.getContactInfo().isBadData) { in queryContactInfoForPhoneNumber()430 info = cacheInfo.getContactInfo(); in queryContactInfoForPhoneNumber()
66 ContactInfo getContactInfo(); in getContactInfo() method
192 return getContactInfo(number, numberPresentation, countryIso).name; in getName()200 public ContactInfo getContactInfo( in getContactInfo() method in CallLogNotificationsQueryHelper
169 callLogNotificationsQueryHelper.getContactInfo( in updateMissedCallNotification()326 callLogNotificationsQueryHelper.getContactInfo( in getNotificationForCall()
102 queryHelper.getContactInfo( in updateNotification()
952 final ContactInfo cachedContactInfo = ContactInfoHelper.getContactInfo(cursor); in createPhoneCallDetails()
61 mViewModel.getContactInfo().observe(getViewLifecycleOwner(), (contactInfo) -> { in onCreateView()
78 public LiveData<ContactInfo> getContactInfo() { in getContactInfo() method in PhoneFragmentViewModel
161 public List<VCardResourceEntry.VCardResourceEntryDestinationItem> getContactInfo() {