Searched refs:rawFolders (Results 1 - 4 of 4) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DConversation.java97 private FolderList rawFolders; field in class:Conversation
189 dest.writeParcelable(rawFolders, 0);
215 rawFolders = in.readParcelable(loader);
291 rawFolders = readRawFolders(cursor);
330 rawFolders = other.rawFolders; // FolderList is immutable, shallow copy is OK
351 boolean seen, boolean starred, FolderList rawFolders, int convFlags, int personalLevel,
369 this.rawFolders = rawFolders;
463 public Builder setRawFolders(FolderList rawFolders) { argument
348 Conversation(long id, Uri uri, String subject, long dateMs, boolean hasAttachment, Uri messageListUri, int sendingState, int priority, boolean read, boolean seen, boolean starred, FolderList rawFolders, int convFlags, int personalLevel, boolean spam, boolean phishing, boolean muted, Uri accountUri, ConversationInfo conversationInfo, Uri conversationBase, boolean isRemote, String permalink, long orderKey) argument
[all...]
H A DFolder.java524 public static HashMap<Uri, Folder> hashMapForFolders(List<Folder> rawFolders) { argument
526 for (Folder f : rawFolders) {
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DMultiFoldersSelectionDialog.java111 final List<Folder> rawFolders = conversation.getRawFolders();
112 if (rawFolders != null && rawFolders.size() > 0) {
114 checked.addAll(Arrays.asList(Folder.getUriArray(rawFolders)));
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationItemViewModel.java195 List<Folder> rawFolders, boolean starred, boolean read, int priority,
200 return Objects.hashCode(convInfo, dateText, rawFolders, starred, read, priority,
194 getHashCode(CharSequence dateText, Object convInfo, List<Folder> rawFolders, boolean starred, boolean read, int priority, int sendingState) argument

Completed in 104 milliseconds