Home | History | Annotate | Download | only in music

Lines Matching refs:REPEAT_NONE

76     public static final int REPEAT_NONE = 0;
108 private int mRepeatMode = REPEAT_NONE;
529 int repmode = mPreferences.getInt("repeatmode", REPEAT_NONE);
531 repmode = REPEAT_NONE;
1287 if (mRepeatMode == REPEAT_NONE && !force) {