Searched defs:getContactInfo (Results 1 - 10 of 10) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/
H A DContactInfoSource.java28 ContactInfo getContactInfo(String email); method in interface:ContactInfoSource
/packages/apps/Dialer/src/com/android/dialer/list/
H A DRegularSearchListAdapter.java44 public CachedContactInfo getContactInfo( method in class:RegularSearchListAdapter
65 * When a search result is selected, RegularSearchFragment calls getContactInfo and
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
H A DCallLogNotificationsHelperTest.java50 ContactInfo contactInfo = getContactInfo(
58 ContactInfo contactInfo = getContactInfo(TEST_VALID_NUMBER, -1, TEST_COUNTRY_ISO);
65 ContactInfo contactInfo = getContactInfo(
73 ContactInfo contactInfo = getContactInfo(
81 ContactInfo contactInfo = getContactInfo(
89 ContactInfo contactInfo = getContactInfo(null, -1, TEST_COUNTRY_ISO);
96 ContactInfo contactInfo = getContactInfo(null, CallLog.Calls.PRESENTATION_RESTRICTED, null);
103 ContactInfo contactInfo = getContactInfo(null, -1, null);
110 ContactInfo contactInfo = getContactInfo(TEST_INVALID_NUMBER, -1, null);
118 ContactInfo contactInfo = getContactInfo(TEST_VALID_NUMBE
134 private ContactInfo getContactInfo(String number, int presentation, String countryIso) { method in class:CallLogNotificationsHelperTest
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DContactLoaderCallbacks.java72 public ContactInfo getContactInfo(String email) { method in class:ContactLoaderCallbacks
/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DContactInfoHelper.java260 info = cacheInfo.getContactInfo().isBadData ? null : cacheInfo.getContactInfo();
433 public static ContactInfo getContactInfo(Cursor c) { method in class:ContactInfoHelper
H A DCallLogNotificationsHelper.java108 return getContactInfo(number, numberPresentation, countryIso).name;
117 public ContactInfo getContactInfo(@Nullable String number, int numberPresentation, method in class:CallLogNotificationsHelper
/packages/apps/Dialer/src/com/android/dialer/service/
H A DCachedNumberLookupService.java20 public ContactInfo getContactInfo(); method in interface:CachedNumberLookupService.CachedContactInfo
/packages/apps/Email/src/com/android/email/activity/
H A DContactStatusLoader.java95 return getContactInfo(mContext, mEmailAddress);
103 public static Result getContactInfo(Context context, String emailAddress) { method in class:ContactStatusLoader
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
H A DVCardResourceEntry.java161 public List<VCardResourceEntry.VCardResourceEntryDestinationItem> getContactInfo() { method in class:VCardResourceEntry
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationUtils.java1708 contactIconInfo = getContactInfo(context, senderAddress, idealIconWidth,
1770 public static ContactIconInfo getContactInfo( method in class:NotificationUtils

Completed in 382 milliseconds