Home
last modified time | relevance | path

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

/test/app_compat/csuite/test_scripts/src/main/java/com/android/csuite/tests/
DAppLaunchTest.java166 AtomicReference<DeviceTimestamp> videoStartTime = new AtomicReference<>(); in testAppCrash() local
188 videoStartTimeOnDevice -> videoStartTime.set(videoStartTimeOnDevice)); in testAppCrash()
205 mPackageName, crashEntries, true, videoStartTime.get()); in testAppCrash()
/test/app_compat/csuite/test_scripts/src/main/java/com/android/art/tests/
DAppCompileLaunchTest.java221 AtomicReference<DeviceTimestamp> videoStartTime = new AtomicReference<>(); in doTestAppCrash() local
243 videoStartTimeOnDevice -> videoStartTime.set(videoStartTimeOnDevice)); in doTestAppCrash()
260 mPackageName, crashEntries, true, videoStartTime.get()); in doTestAppCrash()
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/
DTestUtilsTest.java408 int videoStartTime = 10000; in compileTestFailureMessage_videoStartTimeProvided_returnWithVideoTimeForCrashes() local
437 new DeviceTimestamp(videoStartTime)); in compileTestFailureMessage_videoStartTimeProvided_returnWithVideoTimeForCrashes()