Searched defs:TYPE_BUSINESS (Results 1 - 2 of 2) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/lettertiles/
H A DLetterTileDrawable.java64 public static final int TYPE_BUSINESS = 2; field in class:LetterTileDrawable
191 case TYPE_BUSINESS:
/packages/apps/ContactsCommon/src/com/android/contacts/common/
H A DContactPhotoManager.java85 public static final int TYPE_BUSINESS = LetterTileDrawable.TYPE_BUSINESS; field in class:ContactPhotoManager
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);

Completed in 133 milliseconds