Searched refs:parseTime (Results 1 – 2 of 2) sorted by relevance
875 final long currentTime = parseTime("2007-11-14T00:00:00.000Z");876 final long expectedCycle = parseTime("2007-11-05T00:00:00.000Z");887 final long currentTime = parseTime("2007-11-14T00:00:00.000Z");888 final long expectedCycle = parseTime("2007-10-20T00:00:00.000Z");899 final long currentTime = parseTime("2007-02-14T00:00:00.000Z");900 final long expectedCycle = parseTime("2007-01-30T00:00:00.000Z");911 final long currentTime = parseTime("2007-03-14T00:00:00.000Z");912 final long expectedCycle = parseTime("2007-02-28T23:59:59.999Z");925 assertTimeEquals(parseTime("2012-01-29T00:00:00.000Z"),926 computeNextCycleBoundary(parseTime("2012-01-14T00:00:00.000Z"), policy));[all …]
1063 long parseTime = LOG_PARSE_TIMINGS ? SystemClock.uptimeMillis() : 0; in parsePackage() local1073 parseTime = cacheTime - parseTime; in parsePackage()1075 if (parseTime + cacheTime > LOG_PARSE_TIMINGS_THRESHOLD_MS) { in parsePackage()1076 Slog.i(TAG, "Parse times for '" + packageFile + "': parse=" + parseTime in parsePackage()