Searched defs:rawFolders (Results 1 - 3 of 3) sorted by relevance
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
H A D | ConversationItemViewModel.java | 195 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
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
H A D | Conversation.java | 97 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 D | Folder.java | 524 public static HashMap<Uri, Folder> hashMapForFolders(List<Folder> rawFolders) { argument 526 for (Folder f : rawFolders) {
|
Completed in 168 milliseconds