Home | History | Annotate | Download | only in music

Lines Matching refs:interval

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