Searched refs:NANOS_PER_S (Results 1 – 4 of 4) sorted by relevance
45 public static final long NANOS_PER_S = 1000L * 1000 * 1000; field in WindowPerfTestBase46 public static final long TIME_1_S_IN_NS = 1 * NANOS_PER_S;
37 static final long TIME_5_S_IN_NS = 5 * NANOS_PER_S;
106 state.addExtraResult(key, (long) (slice.getDurationInSeconds() * NANOS_PER_S)); in testLaunchAndFinishActivity()
415 state.addExtraResult(key, (long) (slice.getDurationInSeconds() * NANOS_PER_S)); in addResultToState()