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 151 private boolean mPausedByTransientLossOfFocus = false;
232 mPausedByTransientLossOfFocus = false;
243 mPausedByTransientLossOfFocus = true;
249 if(!isPlaying() && mPausedByTransientLossOfFocus) {
250 mPausedByTransientLossOfFocus = false;
283 mPausedByTransientLossOfFocus = false;
289 mPausedByTransientLossOfFocus = false;
294 mPausedByTransientLossOfFocus = false;
662 mPausedByTransientLossOfFocus = false;
668 mPausedByTransientLossOfFocus = false
    [all...]

Completed in 45 milliseconds