Home | History | Annotate | Download | only in ui

Lines Matching refs:FolderType

61 import com.android.mail.providers.UIProvider.FolderType;
129 /** An {@link ArrayList} of {@link FolderType}s to exclude from displaying. */
197 /** The FolderType of the selected folder {@link FolderType} */
198 private int mSelectedFolderType = FolderType.INBOX;
267 * @param excludedFolderTypes A list of {@link FolderType}s to exclude from displaying
591 mSelectedFolderType = FolderType.INBOX;
1081 if (!currentFolderFound && !Folder.isType(FolderType.SEARCH, mSelectedFolderType)