Home
last modified time | relevance | path

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

/cts/hostsidetests/art/host/src/android/art/cts/host/
DThreadLocalRandomTest.java59 long firstCallResult = getNextLong(); in nextLongAfterRestartShouldReturnDifferentValue()
63 long secondCallResult = getNextLong(); in nextLongAfterRestartShouldReturnDifferentValue()
71 private long getNextLong() throws Exception { in getNextLong() method in ThreadLocalRandomTest