Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaRouter2.java2163 boolean shouldNotifyStop; in releaseInternal()
2172 shouldNotifyStop = (mState == CONTROLLER_STATE_ACTIVE); in releaseInternal()
2176 mImpl.releaseSession(shouldReleaseSession, shouldNotifyStop, this); in releaseInternal()
2503 boolean shouldNotifyStop, in releaseSession() argument
3024 boolean shouldNotifyStop, in releaseSession() argument
3700 boolean shouldNotifyStop, in releaseSession() argument
3713 if (shouldNotifyStop) { in releaseSession()