OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attachmentPreviewsCount
(Results
1 - 2
of
2
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
Conversation.java
95
public int
attachmentPreviewsCount
;
242
dest.writeInt(
attachmentPreviewsCount
);
278
attachmentPreviewsCount
= in.readInt();
369
attachmentPreviewsCount
= cursor.getInt(
413
attachmentPreviewsCount
= other.
attachmentPreviewsCount
;
426
int
attachmentPreviewsCount
) {
459
conversation.
attachmentPreviewsCount
=
attachmentPreviewsCount
;
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java
576
|| header.conversation.
attachmentPreviewsCount
577
!= mHeader.conversation.
attachmentPreviewsCount
[
all
...]
Completed in 25 milliseconds