Searched refs:parseTime (Results 1 – 2 of 2) sorted by relevance
132 long parseTime = LOG_PARSE_TIMINGS ? SystemClock.uptimeMillis() : 0; in parsePackage() local147 parseTime = cacheTime - parseTime; in parsePackage()149 if (parseTime + cacheTime > LOG_PARSE_TIMINGS_THRESHOLD_MS) { in parsePackage()150 Slog.i(TAG, "Parse times for '" + packageFile + "': parse=" + parseTime in parsePackage()
1250 final long currentTime = parseTime("2007-11-14T00:00:00.000Z");1251 final long expectedCycle = parseTime("2007-11-05T00:00:00.000Z");1262 final long currentTime = parseTime("2007-11-14T00:00:00.000Z");1263 final long expectedCycle = parseTime("2007-10-20T00:00:00.000Z");1274 final long currentTime = parseTime("2007-02-14T00:00:00.000Z");1275 final long expectedCycle = parseTime("2007-01-30T00:00:00.000Z");1286 final long currentTime = parseTime("2007-03-14T00:00:00.000Z");1287 final long expectedCycle = parseTime("2007-02-28T23:59:59.999Z");1300 assertTimeEquals(parseTime("2012-01-29T00:00:00.000Z"),1301 computeNextCycleBoundary(parseTime("2012-01-14T00:00:00.000Z"), policy));[all …]