Searched defs:conversationListUri (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DFolder.java107 public Uri conversationListUri; field in class:Folder
262 public Builder setConversationListUri(final Uri conversationListUri) { argument
263 mConversationListUri = conversationListUri;
337 boolean hasChildren, int syncWindow, Uri conversationListUri, Uri childFoldersListUri,
349 this.conversationListUri = conversationListUri;
386 conversationListUri = !TextUtils.isEmpty(convList) ? Uri.parse(convList) : null;
448 conversationListUri = in.readParcelable(loader);
485 dest.writeParcelable(conversationListUri, 0);
685 return !name.equals(FOLDER_UNINITIALIZED) && conversationListUri !
336 Folder(int id, String persistentId, Uri uri, String name, int capabilities, boolean hasChildren, int syncWindow, Uri conversationListUri, Uri childFoldersListUri, int unseenCount, int unreadCount, int totalCount, Uri refreshUri, int syncStatus, int lastSyncResult, int type, int iconResId, int notificationIconResId, String bgColor, String fgColor, Uri loadMoreUri, String hierarchicalDesc, Uri parent, final long lastMessageTimestamp, final String unreadSenders) argument
[all...]

Completed in 803 milliseconds