Searched refs:parseTime (Results 1 – 2 of 2) sorted by relevance
1241 assertTimeEquals(parseTime("2012-01-29T00:00:00.000Z"),1243 assertTimeEquals(parseTime("2012-02-29T00:00:00.000Z"),1305 final long NOW = parseTime("2007-03-10T00:00Z");1307 final long CYCLE_END = parseTime("2007-03-15T00:00Z");1350 final long start = parseTime("2015-11-01T00:00Z");1351 final long end = parseTime("2015-11-07T00:00Z");1446 final long start = parseTime("2015-11-01T00:00Z");1447 final long end = parseTime("2015-11-07T00:00Z");1816 final long start = parseTime("2015-11-01T00:00Z");1817 final long end = parseTime("2015-11-07T00:00Z");[all …]
159 long parseTime = LOG_PARSE_TIMINGS ? SystemClock.uptimeMillis() : 0;174 parseTime = cacheTime - parseTime;176 if (parseTime + cacheTime > LOG_PARSE_TIMINGS_THRESHOLD_MS) {177 Slog.i(TAG, "Parse times for '" + packageFile + "': parse=" + parseTime