Home
last modified time | relevance | path

Searched refs:NONFOLDER_ITEM (Results 1 – 7 of 7) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/drawer/
DDrawerItem.java88 @IntDef({UNSET, NONFOLDER_ITEM, FOLDER_INBOX, FOLDER_RECENT, FOLDER_OTHER})
94 public static final int NONFOLDER_ITEM = 0; field in DrawerItem
DBlankHeaderDrawerItem.java28 super(activity, null, NONFOLDER_ITEM, null); in BlankHeaderDrawerItem()
DBottomSpaceDrawerItem.java28 super(activity, null, NONFOLDER_ITEM, null); in BottomSpaceDrawerItem()
DWaitViewDrawerItem.java28 super(activity, null, NONFOLDER_ITEM, null); in WaitViewDrawerItem()
DHeaderDrawerItem.java31 super(activity, null, NONFOLDER_ITEM, null); in HeaderDrawerItem()
DAccountDrawerItem.java39 super(activity, null, NONFOLDER_ITEM, account); in AccountDrawerItem()
DFooterItem.java43 super(activity, null, NONFOLDER_ITEM, account); in FooterItem()