Searched refs:MOVE_PAGE (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DTags.java288 public static final int MOVE_PAGE = MOVE << PAGE_SHIFT; field in class:Tags
289 public static final int MOVE_MOVE_ITEMS = MOVE_PAGE + 5;
290 public static final int MOVE_MOVE = MOVE_PAGE + 6;
291 public static final int MOVE_SRCMSGID = MOVE_PAGE + 7;
292 public static final int MOVE_SRCFLDID = MOVE_PAGE + 8;
293 public static final int MOVE_DSTFLDID = MOVE_PAGE + 9;
294 public static final int MOVE_RESPONSE = MOVE_PAGE + 0xA;
295 public static final int MOVE_STATUS = MOVE_PAGE + 0xB;
296 public static final int MOVE_DSTMSGID = MOVE_PAGE + 0xC;

Completed in 40 milliseconds