OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TYPE_BUSINESS
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Dialer/src/com/android/dialer/contactinfo/
ContactPhotoLoader.java
106
drawable.setContactType(LetterTileDrawable.
TYPE_BUSINESS
);
/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/Contacts/src/com/android/contacts/util/
ImageViewDrawableSetter.java
149
contactType = ContactPhotoManager.
TYPE_BUSINESS
;
/packages/apps/Dialer/src/com/android/dialer/filterednumber/
NumbersAdapter.java
101
? ContactPhotoManager.
TYPE_BUSINESS
: ContactPhotoManager.TYPE_DEFAULT;
/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
...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/dialog/
CallSubjectDialog.java
399
contactType = ContactPhotoManager.
TYPE_BUSINESS
;
/packages/apps/Dialer/src/com/android/dialer/
CallDetailActivity.java
464
contactType = ContactPhotoManager.
TYPE_BUSINESS
;
/packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogListItemViewHolder.java
645
contactType = ContactPhotoManager.
TYPE_BUSINESS
;
Completed in 121 milliseconds