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

  /packages/apps/Contacts/src/com/android/contacts/util/
ImageViewDrawableSetter.java 146 int contactType = ContactPhotoManager.TYPE_DEFAULT;
149 contactType = ContactPhotoManager.TYPE_BUSINESS;
153 request = new DefaultImageRequest(null, mContact.getDisplayName(), contactType,
157 contactType, false /* isCircular */);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/lettertiles/
LetterTileDrawable.java 187 private static Bitmap getBitmapForContactType(int contactType) {
188 switch (contactType) {
251 public void setContactType(int contactType) {
252 mContactType = contactType;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java 153 if (request.contactType != TYPE_DEFAULT) {
155 String.valueOf(request.contactType));
224 String contactType = uri.getQueryParameter(CONTACT_TYPE_PARAM_KEY);
225 if (!TextUtils.isEmpty(contactType)) {
226 request.contactType = Integer.valueOf(contactType);
283 public int contactType = TYPE_DEFAULT;
344 public DefaultImageRequest(String displayName, String identifier, int contactType,
346 this(displayName, identifier, contactType, SCALE_DEFAULT, OFFSET_DEFAULT, isCircular);
349 public DefaultImageRequest(String displayName, String identifier, int contactType,
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogAdapter.java 799 int contactType = ContactPhotoManager.TYPE_DEFAULT;
802 contactType = ContactPhotoManager.TYPE_VOICEMAIL
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/
CallDetailActivity.java 478 final int contactType =
500 contactUri, photoUri, nameForDefaultImage, lookupKey, contactType);
603 String lookupKey, int contactType) {
606 contactType, true /* isCircular */);
    [all...]

Completed in 138 milliseconds