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 92 public static final int TYPE_BUSINESS = LetterTileDrawable.TYPE_BUSINESS;
185 * @return URL with the contact type parameter added and set to TYPE_BUSINESS.
190 builder.encodedFragment(String.valueOf(TYPE_BUSINESS));
223 && encodedFragment.equals(String.valueOf(TYPE_BUSINESS));
286 * {@link #TYPE_BUSINESS}
328 new DefaultImageRequest(null, null, TYPE_BUSINESS, false);
342 new DefaultImageRequest(null, null, TYPE_BUSINESS, true);
    [all...]

Completed in 302 milliseconds