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

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DFolder.java111 public Uri conversationListUri; field in class:Folder
266 public Builder setConversationListUri(final Uri conversationListUri) { argument
267 mConversationListUri = conversationListUri;
341 boolean hasChildren, int syncWindow, Uri conversationListUri, Uri childFoldersListUri,
353 this.conversationListUri = conversationListUri;
389 conversationListUri = !TextUtils.isEmpty(convList) ? Uri.parse(convList) : null;
450 conversationListUri = in.readParcelable(loader);
486 dest.writeParcelable(conversationListUri, 0);
721 return !name.equals(FOLDER_UNINITIALIZED) && conversationListUri !
340 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 45 milliseconds