OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isGalContact
(Results
1 - 6
of
6
) sorted by null
/frameworks/ex/chips/src/com/android/ex/chips/recipientchip/
BaseRecipientChip.java
79
boolean
isGalContact
();
InvisibleRecipientChip.java
85
public boolean
isGalContact
() {
86
return mDelegate.
isGalContact
();
SimpleRecipientChip.java
96
public boolean
isGalContact
() {
97
return mEntry.
isGalContact
();
VisibleRecipientChip.java
86
public boolean
isGalContact
() {
87
return mDelegate.
isGalContact
();
/frameworks/ex/chips/src/com/android/ex/chips/
RecipientEntry.java
81
Uri photoThumbnailUri, boolean isFirstLevel, boolean isValid, boolean
isGalContact
) {
94
mIsGalContact =
isGalContact
;
120
INVALID_CONTACT, INVALID_CONTACT, null, true, isValid, false /*
isGalContact
*/);
130
INVALID_CONTACT, INVALID_CONTACT, null, true, isValid, false /*
isGalContact
*/);
153
false /*
isGalContact
*/);
158
long dataId, Uri photoThumbnailUri, boolean isValid, boolean
isGalContact
) {
161
contactId, dataId, photoThumbnailUri, true, isValid,
isGalContact
);
166
long dataId, String thumbnailUriAsString, boolean isValid, boolean
isGalContact
) {
170
: null), true, isValid,
isGalContact
);
176
boolean isValid, boolean
isGalContact
) {
[
all
...]
BaseRecipientAdapter.java
155
public final boolean
isGalContact
;
166
boolean
isGalContact
) {
175
this.
isGalContact
=
isGalContact
;
178
public TemporaryEntry(Cursor cursor, boolean
isGalContact
) {
187
this.
isGalContact
=
isGalContact
;
259
false /*
isGalContact
*/),
390
tempEntries.add(new TemporaryEntry(cursor, true /*
isGalContact
*/));
692
entry.
isGalContact
));
[
all
...]
Completed in 81 milliseconds