Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/
DMockRandom.java46 private int mNextLongIndex = 0; field in MockRandom
117 long next = mLongValues[mNextLongIndex]; in nextLong()
118 mNextLongIndex = (mNextLongIndex + 1) % mLongValues.length; in nextLong()