Searched refs:TIME_5_S_IN_NS (Results 1 – 3 of 3) sorted by relevance
52 static final long TIME_5_S_IN_NS = 5 * NANOS_PER_S; field in WindowManagerPerfTestBase194 wait(TimeUnit.NANOSECONDS.toMillis(TIME_5_S_IN_NS)); in waitForIdleSync()
160 targetTestDurationNs = TIME_5_S_IN_NS,233 Assume.assumeTrue(recentsSemaphore.tryAcquire(TIME_5_S_IN_NS, TimeUnit.NANOSECONDS)); in testRecentsAnimation()
80 @ManualBenchmarkTest(warmupDurationNs = TIME_1_S_IN_NS, targetTestDurationNs = TIME_5_S_IN_NS)