Searched refs:durationNs (Results 1 – 2 of 2) sorted by relevance
113 long durationNs = mEndNs - mStartNs; in assertAVDRuntime() local114 assertTrue("current duration " + durationNs + " should be within " + in assertAVDRuntime()115 min + "," + max, durationNs <= max && durationNs >= min); in assertAVDRuntime()
181 long durationNs = TimeUnit.NANOSECONDS.convert(duration, timeUnit); in sleep() local182 Thread.sleep(durationNs / NANOS_PER_MILLI, (int) (durationNs % NANOS_PER_MILLI)); in sleep()