OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TYPE_BUSINESS
(Results
1 - 2
of
2
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/lettertiles/
LetterTileDrawable.java
62
public static final int
TYPE_BUSINESS
= 2;
191
case
TYPE_BUSINESS
:
/packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java
93
public static final int
TYPE_BUSINESS
= LetterTileDrawable.
TYPE_BUSINESS
;
186
* @return URL with the contact type parameter added and set to
TYPE_BUSINESS
.
191
builder.encodedFragment(String.valueOf(
TYPE_BUSINESS
));
224
&& encodedFragment.equals(String.valueOf(
TYPE_BUSINESS
));
287
* {@link #
TYPE_BUSINESS
}
329
new DefaultImageRequest(null, null,
TYPE_BUSINESS
, false);
343
new DefaultImageRequest(null, null,
TYPE_BUSINESS
, true);
[
all
...]
Completed in 947 milliseconds