Searched refs:mNextLongIndex (Results 1 – 1 of 1) sorted by relevance
46 private int mNextLongIndex = 0; field in MockRandom117 long next = mLongValues[mNextLongIndex]; in nextLong()118 mNextLongIndex = (mNextLongIndex + 1) % mLongValues.length; in nextLong()