Home
last modified time | relevance | path

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

/packages/apps/Exchange/src/com/android/exchange/adapter/
DTags.java224 public static final int FOLDER_PAGE = FOLDER << PAGE_SHIFT; field in Tags
225 public static final int FOLDER_FOLDERS = FOLDER_PAGE + 5;
226 public static final int FOLDER_FOLDER = FOLDER_PAGE + 6;
227 public static final int FOLDER_DISPLAY_NAME = FOLDER_PAGE + 7;
228 public static final int FOLDER_SERVER_ID = FOLDER_PAGE + 8;
229 public static final int FOLDER_PARENT_ID = FOLDER_PAGE + 9;
230 public static final int FOLDER_TYPE = FOLDER_PAGE + 0xA;
231 public static final int FOLDER_RESPONSE = FOLDER_PAGE + 0xB;
232 public static final int FOLDER_STATUS = FOLDER_PAGE + 0xC;
233 public static final int FOLDER_CONTENT_CLASS = FOLDER_PAGE + 0xD;
[all …]