Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/calldetails/
DReportDialogFragment.java116 name.setText(info.getContactInfo().name); in setCachedContactInfo()
117 numberView.setText(info.getContactInfo().number); in setCachedContactInfo()
137 info.getContactInfo().isBadData = true; in reportCallerId()
/packages/apps/Messaging/src/com/android/messaging/ui/
DVCardDetailAdapter.java44 return mVCards.get(groupPosition).getContactInfo().get(childPosition); in getChild()
71 return mVCards.get(groupPosition).getContactInfo().size(); in getChildrenCount()
/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
DContactInfoHelper.java168 public static ContactInfo getContactInfo(Cursor c) { in getContactInfo() method in ContactInfoHelper
429 if (!cacheInfo.getContactInfo().isBadData) { in queryContactInfoForPhoneNumber()
430 info = cacheInfo.getContactInfo(); in queryContactInfoForPhoneNumber()
DCachedNumberLookupService.java66 ContactInfo getContactInfo(); in getContactInfo() method
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogNotificationsQueryHelper.java192 return getContactInfo(number, numberPresentation, countryIso).name; in getName()
200 public ContactInfo getContactInfo( in getContactInfo() method in CallLogNotificationsQueryHelper
DMissedCallNotifier.java169 callLogNotificationsQueryHelper.getContactInfo( in updateMissedCallNotification()
326 callLogNotificationsQueryHelper.getContactInfo( in getNotificationForCall()
DVisualVoicemailUpdateTask.java102 queryHelper.getContactInfo( in updateNotification()
DCallLogAdapter.java952 final ContactInfo cachedContactInfo = ContactInfoHelper.getContactInfo(cursor); in createPhoneCallDetails()
/packages/apps/Car/Cluster/src/android/car/cluster/
DPhoneFragment.java61 mViewModel.getContactInfo().observe(getViewLifecycleOwner(), (contactInfo) -> { in onCreateView()
DPhoneFragmentViewModel.java78 public LiveData<ContactInfo> getContactInfo() { in getContactInfo() method in PhoneFragmentViewModel
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DVCardResourceEntry.java161 public List<VCardResourceEntry.VCardResourceEntryDestinationItem> getContactInfo() {