Home
last modified time | relevance | path

Searched refs:parseTime (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DNetworkPolicyManagerServiceTest.java1026 assertTimeEquals(parseTime("2012-01-29T00:00:00.000Z"),
1028 assertTimeEquals(parseTime("2012-02-29T00:00:00.000Z"),
1090 final long NOW = parseTime("2007-03-10T00:00Z");
1092 final long CYCLE_END = parseTime("2007-03-15T00:00Z");
1157 final long start = parseTime("2015-11-01T00:00Z");
1158 final long end = parseTime("2015-11-07T00:00Z");
1281 final long start = parseTime("2015-11-01T00:00Z");
1282 final long end = parseTime("2015-11-07T00:00Z");
1666 final long start = parseTime("2015-11-01T00:00Z");
1667 final long end = parseTime("2015-11-07T00:00Z");
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/pm/parsing/
H A DPackageParser2.java158 long parseTime = LOG_PARSE_TIMINGS ? SystemClock.uptimeMillis() : 0;
173 parseTime = cacheTime - parseTime;
175 if (parseTime + cacheTime > LOG_PARSE_TIMINGS_THRESHOLD_MS) {
176 Slog.i(TAG, "Parse times for '" + packageFile + "': parse=" + parseTime
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/sms/
H A DSyncMessage.java74 msgTimeMillis = parseTime(wrappedData.getString(OmtpConstants.TIME)); in SyncMessage()
77 private static long parseTime(@Nullable String value) { in parseTime() method in SyncMessage
/aosp12/system/logging/logcat/
H A Dlogcat.cpp444 static char* parseTime(log_time& t, const char* cp) { in parseTime() function
493 char* ep = parseTime(t, line.c_str()); in lastLogTime()
681 char* cp = parseTime(tail_time, optarg); in Run()