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

/packages/apps/Music/src/com/android/music/
H A DMediaPlaybackService.java144 private boolean mPausedByTransientLossOfFocus = false; field in class:MediaPlaybackService
226 mPausedByTransientLossOfFocus = false;
232 mPausedByTransientLossOfFocus = false;
235 mPausedByTransientLossOfFocus = false;
253 mPausedByTransientLossOfFocus = false;
261 mPausedByTransientLossOfFocus = true;
267 if(!isPlaying() && mPausedByTransientLossOfFocus) {
268 mPausedByTransientLossOfFocus = false;
603 mPausedByTransientLossOfFocus = false;
609 mPausedByTransientLossOfFocus
[all...]

Completed in 40 milliseconds