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

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

Completed in 1094 milliseconds