Searched refs:parseTime (Results 1 – 2 of 2) sorted by relevance
952 final long currentTime = parseTime("2007-11-14T00:00:00.000Z");953 final long expectedCycle = parseTime("2007-11-05T00:00:00.000Z");964 final long currentTime = parseTime("2007-11-14T00:00:00.000Z");965 final long expectedCycle = parseTime("2007-10-20T00:00:00.000Z");976 final long currentTime = parseTime("2007-02-14T00:00:00.000Z");977 final long expectedCycle = parseTime("2007-01-30T00:00:00.000Z");988 final long currentTime = parseTime("2007-03-14T00:00:00.000Z");989 final long expectedCycle = parseTime("2007-02-28T23:59:59.999Z");1002 assertTimeEquals(parseTime("2012-01-29T00:00:00.000Z"),1003 computeNextCycleBoundary(parseTime("2012-01-14T00:00:00.000Z"), policy));[all …]
150 long parseTime = LOG_PARSE_TIMINGS ? SystemClock.uptimeMillis() : 0;165 parseTime = cacheTime - parseTime;167 if (parseTime + cacheTime > LOG_PARSE_TIMINGS_THRESHOLD_MS) {168 Slog.i(TAG, "Parse times for '" + packageFile + "': parse=" + parseTime