Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/criticalevents/
H A DCriticalEventLogTest.java503 long logTimestamp = START_TIME_MS + Duration.ofDays(1).toMillis(); in getOutputLogProto_logContainsOldEvents() local
506 mCriticalEventLog.setCurrentTimeMillis(logTimestamp - Duration.ofSeconds(302).toMillis()); in getOutputLogProto_logContainsOldEvents()
517 mCriticalEventLog.setCurrentTimeMillis(logTimestamp); in getOutputLogProto_logContainsOldEvents()
520 assertThat(logProto.timestampMs).isEqualTo(logTimestamp); in getOutputLogProto_logContainsOldEvents()
526 halfWatchdog(logTimestamp - Duration.ofSeconds(300).toMillis(), "New event 1"), in getOutputLogProto_logContainsOldEvents()
527 halfWatchdog(logTimestamp - Duration.ofSeconds(299).toMillis(), "New event 2"), in getOutputLogProto_logContainsOldEvents()