HomeSort by relevance Sort by last modified time
    Searched refs:contactType (Results 1 - 8 of 8) 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) {
270 public LetterTileDrawable setContactType(int contactType) {
271 mContactType = contactType;
  /packages/apps/Dialer/src/com/android/dialer/filterednumber/
NumbersAdapter.java 100 final int contactType = mContactInfoHelper.isBusiness(info.sourceType)
103 contactType, true /* isCircular */);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java 161 if (request.contactType != TYPE_DEFAULT) {
163 String.valueOf(request.contactType));
232 String contactType = uri.getQueryParameter(CONTACT_TYPE_PARAM_KEY);
233 if (!TextUtils.isEmpty(contactType)) {
234 request.contactType = Integer.valueOf(contactType);
291 public int contactType = TYPE_DEFAULT;
352 public DefaultImageRequest(String displayName, String identifier, int contactType,
354 this(displayName, identifier, contactType, SCALE_DEFAULT, OFFSET_DEFAULT, isCircular);
357 public DefaultImageRequest(String displayName, String identifier, int contactType,
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/dialog/
CallSubjectDialog.java 397 int contactType;
399 contactType = ContactPhotoManager.TYPE_BUSINESS;
401 contactType = ContactPhotoManager.TYPE_DEFAULT;
411 displayName, lookupKey, contactType, true /* isCircular */);
  /packages/apps/Dialer/src/com/android/dialer/
CallDetailActivity.java 460 int contactType = ContactPhotoManager.TYPE_DEFAULT;
462 contactType = ContactPhotoManager.TYPE_VOICEMAIL;
464 contactType = ContactPhotoManager.TYPE_BUSINESS;
473 new DefaultImageRequest(displayName, lookupKey, contactType, true /* isCircular */);
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogListItemViewHolder.java 641 int contactType = ContactPhotoManager.TYPE_DEFAULT;
643 contactType = ContactPhotoManager.TYPE_VOICEMAIL;
645 contactType = ContactPhotoManager.TYPE_BUSINESS;
652 displayName, lookupKey, contactType, true /* isCircular */);
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 568 milliseconds