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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/lettertiles/
LetterTileDrawable.java 64 public static final int TYPE_BUSINESS = 2;
191 case TYPE_BUSINESS:
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java 85 public static final int TYPE_BUSINESS = LetterTileDrawable.TYPE_BUSINESS;
178 * @return URL with the contact type parameter added and set to TYPE_BUSINESS.
183 builder.encodedFragment(String.valueOf(TYPE_BUSINESS));
216 && encodedFragment.equals(String.valueOf(TYPE_BUSINESS));
279 * {@link #TYPE_BUSINESS}
321 new DefaultImageRequest(null, null, TYPE_BUSINESS, false);
335 new DefaultImageRequest(null, null, TYPE_BUSINESS, true);
    [all...]

Completed in 91 milliseconds