Searched defs: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) {
1051 if (mIsSupposedToBePlaying) {
1052 mIsSupposedToBePlaying = false;
1068 if (mIsSupposedToBePlaying) {
1069 mIsSupposedToBePlaying = false;
1177 if (!mIsSupposedToBePlaying) {
1178 mIsSupposedToBePlaying = true;
1237 mIsSupposedToBePlaying = false;
1257 mIsSupposedToBePlaying
[all...]

Completed in 63 milliseconds