Searched refs:mIsSupposedToBePlaying (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Music/src/com/android/music/
H A DMediaPlaybackService.java146 private boolean mIsSupposedToBePlaying = false; field in class:MediaPlaybackService
190 if (mIsSupposedToBePlaying) {
1045 if (mIsSupposedToBePlaying) {
1046 mIsSupposedToBePlaying = false;
1062 if (mIsSupposedToBePlaying) {
1063 mIsSupposedToBePlaying = false;
1169 if (!mIsSupposedToBePlaying) {
1170 mIsSupposedToBePlaying = true;
1229 mIsSupposedToBePlaying = false;
1249 mIsSupposedToBePlaying
[all...]

Completed in 48 milliseconds