Home
last modified time | relevance | path

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

/packages/apps/Exchange/src/com/android/exchange/adapter/
DTags.java351 public static final int MOVE_PAGE = MOVE << PAGE_SHIFT; field in Tags
352 public static final int MOVE_MOVE_ITEMS = MOVE_PAGE + 5;
353 public static final int MOVE_MOVE = MOVE_PAGE + 6;
354 public static final int MOVE_SRCMSGID = MOVE_PAGE + 7;
355 public static final int MOVE_SRCFLDID = MOVE_PAGE + 8;
356 public static final int MOVE_DSTFLDID = MOVE_PAGE + 9;
357 public static final int MOVE_RESPONSE = MOVE_PAGE + 0xA;
358 public static final int MOVE_STATUS = MOVE_PAGE + 0xB;
359 public static final int MOVE_DSTMSGID = MOVE_PAGE + 0xC;