HomeSort by relevance Sort by last modified time
    Searched refs:itemCategory (Results 1 - 4 of 4) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/drawer/
DrawerItem.java 107 * @param itemCategory the type of the folder. For folders this is:
113 @DrawerItemCategory int itemCategory, Account account) {
116 mItemCategory = itemCategory;
126 * @param itemCategory one of {@link #FOLDER_INBOX}, {@link #FOLDER_RECENT} or
131 @DrawerItemCategory int itemCategory) {
132 return new FolderDrawerItem(activity, folder, itemCategory);
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/
NotificationStudioActivity.java 124 String itemCategory = item.getCategory(this);
125 if (!itemCategory.equals(currentCategory)) {
127 ((TextView) dividerView.findViewById(R.id.divider_text)).setText(itemCategory);
129 currentCategory = itemCategory;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderListFragment.java 606 @DrawerItem.DrawerItemCategory int itemCategory = DrawerItem.UNSET;
619 mSelectedDrawerItemCategory = itemCategory = drawerItem.mItemCategory;
641 final String label = (itemCategory == DrawerItem.FOLDER_RECENT) ? "recent" : "normal";
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java     [all...]

Completed in 768 milliseconds