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

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DFolder.java165 public int notificationIconResId; field in class:Folder
306 public Builder setNotificationIconResId(final int notificationIconResId) { argument
307 mNotificationIconResId = notificationIconResId;
343 int lastSyncResult, int type, int iconResId, int notificationIconResId, String bgColor,
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

Completed in 106 milliseconds