Searched refs:mRand (Results 1 – 1 of 1) sorted by relevance
125 private final Shuffler mRand = new Shuffler(); field in MediaPlaybackService943 mPlayPos = mRand.nextInt(mPlayListLen); in open()1378 int skip = mRand.nextInt(numUnplayed); in getNextPosition()1487 idx = mRand.nextInt(mAutoShuffleList.length); in doAutoShuffleUpdate()