HomeSort by relevance Sort by last modified time
    Searched defs:getContactInfo (Results 1 - 9 of 9) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/
ContactInfoSource.java 28 ContactInfo getContactInfo(String email);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ContactLoaderCallbacks.java 72 public ContactInfo getContactInfo(String email) {
  /packages/apps/Dialer/src/com/android/dialer/list/
RegularSearchListAdapter.java 42 public CachedContactInfo getContactInfo(
RegularSearchFragment.java 81 adapter.getContactInfo(mCachedNumberLookupService, position));
  /packages/apps/Dialer/src/com/android/dialer/service/
CachedNumberLookupService.java 16 public ContactInfo getContactInfo();
  /packages/apps/Email/src/com/android/email/activity/
ContactStatusLoader.java 95 return getContactInfo(mContext, mEmailAddress);
103 public static Result getContactInfo(Context context, String emailAddress) {
  /packages/apps/Dialer/src/com/android/dialer/calllog/
ContactInfoHelper.java 259 info = cacheInfo.getContactInfo().isBadData ? null : cacheInfo.getContactInfo();
419 public static ContactInfo getContactInfo(Cursor c) {
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
ContactsTest.java 119 ContactInfo contactInfo = getContactInfo(PRIMARY_CONTACT_PHONE);
145 ContactInfo contactInfo = getContactInfo(MANAGED_CONTACT_PHONE);
169 ContactInfo contactInfo = getContactInfo(SHARED_CONTACT_PHONE);
190 ContactInfo contactInfo = getContactInfo(SHARED_CONTACT_PHONE);
279 ContactInfo contactInfo = getContactInfo(MANAGED_CONTACT_PHONE);
341 ContactInfo contactInfo = getContactInfo(PRIMARY_CONTACT_PHONE);
532 private ContactInfo getContactInfo(String phoneNumber) {
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java     [all...]

Completed in 737 milliseconds