Searched refs:FOLDER_RECENT (Results 1 – 2 of 2) sorted by relevance
88 @IntDef({UNSET, NONFOLDER_ITEM, FOLDER_INBOX, FOLDER_RECENT, FOLDER_OTHER})98 public static final int FOLDER_RECENT = 2; field in DrawerItem
641 final String label = (itemCategory == DrawerItem.FOLDER_RECENT) ? "recent" : "normal"; in viewFolderOrChangeAccount()1151 destination.add(DrawerItem.ofFolder(mActivity, f, DrawerItem.FOLDER_RECENT)); in addRecentsToList()