Searched defs:REPEAT_CURRENT (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Music/src/com/android/music/
H A DMediaPlaybackService.java82 public static final int REPEAT_CURRENT = 1; field in class:MediaPlaybackService
214 if (mRepeatMode == REPEAT_CURRENT) {
574 if (repmode != REPEAT_ALL && repmode != REPEAT_CURRENT) {
1165 if (mRepeatMode != REPEAT_CURRENT && duration > 2000 &&
1330 if (mRepeatMode == REPEAT_CURRENT) {

Completed in 86 milliseconds