HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_BUSINESS (Results 1 - 12 of 12) sorted by null

  /packages/apps/Dialer/java/com/android/contacts/common/
ContactPhotoManager.java 43 public static final int TYPE_BUSINESS = LetterTileDrawable.TYPE_BUSINESS;
112 * @return URL with the contact type parameter added and set to TYPE_BUSINESS.
117 builder.encodedFragment(String.valueOf(TYPE_BUSINESS));
150 && encodedFragment.equals(String.valueOf(TYPE_BUSINESS));
381 new DefaultImageRequest(null, null, TYPE_BUSINESS, false);
393 new DefaultImageRequest(null, null, TYPE_BUSINESS, true);
406 * identifier. See: {@link #TYPE_PERSON} {@link #TYPE_BUSINESS} {@link #TYPE_PERSON} {@link
  /packages/apps/Dialer/java/com/android/contacts/common/lettertiles/
LetterTileDrawable.java 48 * #TYPE_BUSINESS}, and voicemail contacts should use {@link #TYPE_VOICEMAIL}.
51 @IntDef({TYPE_PERSON, TYPE_BUSINESS, TYPE_VOICEMAIL, TYPE_GENERIC_AVATAR, TYPE_SPAM})
56 public static final int TYPE_BUSINESS = 2;
157 case TYPE_BUSINESS:
258 || mContactType == TYPE_BUSINESS
  /packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
LetterTileDrawable.java 53 public static final int TYPE_BUSINESS = 2;
196 case TYPE_BUSINESS:
  /packages/apps/Contacts/src/com/android/contacts/lettertiles/
LetterTileDrawable.java 62 public static final int TYPE_BUSINESS = 2;
199 case TYPE_BUSINESS:
  /packages/apps/Contacts/src/com/android/contacts/util/
ImageViewDrawableSetter.java 149 contactType = ContactPhotoManager.TYPE_BUSINESS;
  /packages/apps/Dialer/java/com/android/dialer/app/contactinfo/
ContactPhotoLoader.java 125 ? LetterTileDrawable.TYPE_BUSINESS
  /packages/apps/Dialer/java/com/android/dialer/app/filterednumber/
NumbersAdapter.java 101 ? ContactPhotoManager.TYPE_BUSINESS
  /packages/apps/Contacts/src/com/android/contacts/
ContactPhotoManager.java 93 public static final int TYPE_BUSINESS = LetterTileDrawable.TYPE_BUSINESS;
186 * @return URL with the contact type parameter added and set to TYPE_BUSINESS.
191 builder.encodedFragment(String.valueOf(TYPE_BUSINESS));
224 && encodedFragment.equals(String.valueOf(TYPE_BUSINESS));
287 * {@link #TYPE_BUSINESS}
329 new DefaultImageRequest(null, null, TYPE_BUSINESS, false);
343 new DefaultImageRequest(null, null, TYPE_BUSINESS, true);
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/contactgrid/
ContactGridManager.java 245 return LetterTileDrawable.TYPE_BUSINESS;
  /packages/apps/Contacts/src/com/android/contacts/dialog/
CallSubjectDialog.java 399 contactType = ContactPhotoManager.TYPE_BUSINESS;
  /packages/apps/Dialer/java/com/android/incallui/
StatusBarNotifier.java 614 contactType = LetterTileDrawable.TYPE_BUSINESS;
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
CallLogListItemViewHolder.java 728 contactType = ContactPhotoManager.TYPE_BUSINESS;
    [all...]

Completed in 276 milliseconds