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

  /packages/apps/Exchange/src/com/android/exchange/adapter/
EmailSyncParser.java 612 Boolean oldRead = false;
624 oldRead = c.getInt(EmailContent.Message.LIST_READ_COLUMN)
635 changeApplicationDataParser(changes, oldRead, oldFlag, flags, id);
643 private void changeApplicationDataParser(ArrayList<ServerChange> changes, Boolean oldRead,
673 if (((read != null) && !oldRead.equals(read)) ||
    [all...]
  /external/v8/test/mjsunit/tools/
tickprocessor.js 250 var oldRead = read;
298 read = oldRead;

Completed in 66 milliseconds