Searched refs:VIEW_ACCOUNT (Results 1 – 3 of 3) sorted by relevance
55 @IntDef({VIEW_FOLDER, VIEW_HEADER, VIEW_BLANK_HEADER, VIEW_BOTTOM_SPACE, VIEW_ACCOUNT,67 public static final int VIEW_ACCOUNT = 4; field in DrawerItem
84 return VIEW_ACCOUNT; in getType()
612 if (itemType == DrawerItem.VIEW_ACCOUNT) { in viewFolderOrChangeAccount()