Home
last modified time | relevance | path

Searched refs:mWasPlayingBeforeDisabled (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DCarMediaService.java318 userMediaContext.mWasPlayingBeforeDisabled = isUserPlaying;
324 shouldBePlaying = userMediaContext.mWasPlayingBeforeDisabled;
504 userMediaContext.mWasPlayingBeforeDisabled = shouldPlay; in initUser()
708 userMediaContext.mWasPlayingBeforeDisabled ? "active" : "inactive"); in dump()
1099 private boolean mWasPlayingBeforeDisabled; field in CarMediaService.UserMediaPlayContext