Searched refs:NANOS_PER_S (Results 1 – 2 of 2) sorted by relevance
50 static final long NANOS_PER_S = 1000L * 1000 * 1000; field in WindowManagerPerfTestBase51 static final long TIME_1_S_IN_NS = 1 * NANOS_PER_S;52 static final long TIME_5_S_IN_NS = 5 * NANOS_PER_S;
98 state.addExtraResult(key, (long) (slice.getDurationInSeconds() * NANOS_PER_S)); in testLaunchAndFinishActivity()