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