HomeSort by relevance Sort by last modified time
    Searched refs:mPausedByTransientLossOfFocus (Results 1 - 2 of 2) sorted by null

  /packages/apps/Music/src/com/android/music/
AudioPreview.java 71 private boolean mPausedByTransientLossOfFocus;
265 mPausedByTransientLossOfFocus = false;
271 mPausedByTransientLossOfFocus = true;
276 if (mPausedByTransientLossOfFocus) {
277 mPausedByTransientLossOfFocus = false;
MediaPlaybackService.java 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
    [all...]

Completed in 20 milliseconds