Searched refs:itemCategory (Results 1 – 3 of 3) sorted by relevance
113 @DrawerItemCategory int itemCategory, Account account) { in DrawerItem() argument116 mItemCategory = itemCategory; in DrawerItem()131 @DrawerItemCategory int itemCategory) { in ofFolder() argument132 return new FolderDrawerItem(activity, folder, itemCategory); in ofFolder()
421 NetworkStats.Entry entry, int itemCategory, ArrayList<AppItem> items, long largest) { in accumulate() argument426 item.category = itemCategory; in accumulate()
606 @DrawerItem.DrawerItemCategory int itemCategory = DrawerItem.UNSET; in viewFolderOrChangeAccount() local619 mSelectedDrawerItemCategory = itemCategory = drawerItem.mItemCategory; in viewFolderOrChangeAccount()641 final String label = (itemCategory == DrawerItem.FOLDER_RECENT) ? "recent" : "normal"; in viewFolderOrChangeAccount()