Home | History | Annotate | Download | only in music

Lines Matching refs:interval

160     // interval after which we stop the service when idle
1532 // previously, unless the interval is 1.
1536 public int nextInt(int interval) {
1539 ret = mRandom.nextInt(interval);
1540 } while (ret == mPrevious && interval > 1);