Searched refs:mWasPlayingBeforeDisabled (Results 1 – 1 of 1) sorted by relevance
318 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