Home
last modified time | relevance | path

Searched refs:ContactType (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/dialer/lettertile/
H A DLetterTileDrawable.java53 public @interface ContactType {} annotation in LetterTileDrawable
68 @ContactType public static final int TYPE_DEFAULT = TYPE_PERSON;
109 @ContactType private int contactType = TYPE_DEFAULT;
347 private LetterTileDrawable setContactType(@ContactType int contactType) { in setContactType()
352 @ContactType
419 public static @ContactType int getContactTypeFromPrimitives( in getContactTypeFromPrimitives()
/aosp12/packages/apps/Contacts/src/com/android/contacts/logging/
H A DQuickContactEvent.java42 public static final class ContactType { class in QuickContactEvent
/aosp12/packages/apps/Dialer/java/com/android/dialer/contactphoto/
H A DContactPhotoManager.java403 public @LetterTileDrawable.ContactType int contactType = LetterTileDrawable.TYPE_DEFAULT;
/aosp12/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DQuickContactActivity.java128 import com.android.contacts.logging.QuickContactEvent.ContactType;
655 mContactType = ContactType.UNKNOWN_TYPE; in onCreate()
932 newContactType = ContactType.DIRECTORY; in bindContactData()
934 newContactType = ContactType.INVISIBLE_AND_ADDABLE; in bindContactData()
936 newContactType = ContactType.EDITABLE; in bindContactData()
938 newContactType = ContactType.UNKNOWN_TYPE; in bindContactData()
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DStatusBarNotifier.java75 import com.android.dialer.lettertile.LetterTileDrawable.ContactType;
601 @ContactType in getLargeIconToDisplay()
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DCallLogListItemViewHolder.java79 import com.android.dialer.lettertile.LetterTileDrawable.ContactType;
955 private @ContactType int getContactType() { in getContactType()