Home
last modified time | relevance | path

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

/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
DReportUsageRequestCtsTest.java39 long startTs = System.currentTimeMillis(); in testUsageTimestampDefault() local
41 assertThat(request.getUsageTimestampMillis()).isAtLeast(startTs); in testUsageTimestampDefault()
DReportSystemUsageRequestCtsTest.java41 long startTs = System.currentTimeMillis(); in testUsageTimestampDefault() local
45 assertThat(request.getUsageTimestampMillis()).isAtLeast(startTs); in testUsageTimestampDefault()
/cts/tests/app/src/android/app/cts/
DBadProviderTest.java67 long startTs = SystemClock.uptimeMillis(); in testExitOnCreate() local
79 Thread.sleep(Math.max(0, 10000 - (SystemClock.uptimeMillis() - startTs))); in testExitOnCreate()
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioRecordTest.java1144 AudioTimestamp startTs = new AudioTimestamp(); in doTest() local
1146 .that(record.getTimestamp(startTs, AudioTimestamp.TIMEBASE_MONOTONIC)) in doTest()
1149 .that(startTs.nanoTime) in doTest()
1249 if (startTs.nanoTime == 0 && ret > 0 && in doTest()
1250 record.getTimestamp(startTs, AudioTimestamp.TIMEBASE_MONOTONIC) in doTest()
1253 .that(startTs.nanoTime) in doTest()
1353 .that(startTs.nanoTime) in doTest()
1358 verifyContinuousTimestamps(startTs, stopTs, TEST_SR, true /* coarse */); in doTest()
1592 AudioTimestamp startTs, AudioTimestamp stopTs, int sampleRate, boolean coarse) in verifyContinuousTimestamps() argument
1594 final long timeDiff = stopTs.nanoTime - startTs.nanoTime; in verifyContinuousTimestamps()
[all …]
/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderTest.java627 final long startTs = 0; in testReconfigure() local
632 decodeToMemory(mTestFile, mCodecName, startTs, mode, Integer.MAX_VALUE); in testReconfigure()
642 mExtractor.seekTo(startTs, MediaExtractor.SEEK_TO_CLOSEST_SYNC); in testReconfigure()
674 mExtractor.seekTo(startTs, mode); in testReconfigure()
691 mExtractor.seekTo(startTs, mode); in testReconfigure()