Home | History | Annotate | Download | only in music

Lines Matching refs:mPausedByTransientLossOfFocus

148     private boolean mPausedByTransientLossOfFocus = false;
216 mPausedByTransientLossOfFocus = false;
227 mPausedByTransientLossOfFocus = true;
233 if(!isPlaying() && mPausedByTransientLossOfFocus) {
234 mPausedByTransientLossOfFocus = false;
267 mPausedByTransientLossOfFocus = false;
273 mPausedByTransientLossOfFocus = false;
278 mPausedByTransientLossOfFocus = false;
642 mPausedByTransientLossOfFocus = false;
648 mPausedByTransientLossOfFocus = false;
653 mPausedByTransientLossOfFocus = false;
673 if (isPlaying() || mPausedByTransientLossOfFocus) {
697 if (isPlaying() || mPausedByTransientLossOfFocus || mServiceInUse