Home
last modified time | relevance | path

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

/cts/hostsidetests/art/host/src/android/art/cts/host/
DThreadLocalRandomTest.java63 long secondCallResult = getNextLong(); in nextLongAfterRestartShouldReturnDifferentValue() local
65 assertNotEquals("Both calls returned the same value", firstCallResult, secondCallResult); in nextLongAfterRestartShouldReturnDifferentValue()