Home | History | Annotate | Download | only in music

Lines Matching refs:REPEAT_NONE

81     public static final int REPEAT_NONE = 0;
115 private int mRepeatMode = REPEAT_NONE;
573 int repmode = mPreferences.getInt("repeatmode", REPEAT_NONE);
575 repmode = REPEAT_NONE;
1393 if (mRepeatMode == REPEAT_NONE && !force) {