Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRouteController.java554 routeTo(mIsActive, getBaseRoute(true, null)); in handleWiredHeadsetDisconnected()
593 routeTo(mIsActive, getBaseRoute(true, null)); in handleDockDisconnected()
609 routeTo(mIsActive, getBaseRoute(true, null)); in handleStreamingDisabled()
707 routeTo(mIsActive, getBaseRoute(true, null)); in handleBtDisconnected()
745 routeTo(mIsActive, getBaseRoute(true, null)); in handleBtActiveDeviceGone()
786 routeTo(true, getBaseRoute(true, null)); in handleSwitchFocus()
790 AudioRoute route = getBaseRoute(true, null); in handleSwitchFocus()
880 routeTo(mIsActive, getBaseRoute(includeBluetooth, btAddressToExclude)); in handleSwitchBaselineRoute()
908 routeTo(mIsActive, getBaseRoute(true, null)); in handleSpeakerOff()
1120 public AudioRoute getBaseRoute(boolean includeBluetooth, String btAddressToExclude) { in getBaseRoute() method in CallAudioRouteController