Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DInCallController.java629 private InCallServiceConnection mCurrentConnection; field in InCallController.CarSwappingInCallServiceConnection
638 mCurrentConnection = getCurrentConnection(); in CarSwappingInCallServiceConnection()
652 if (newConnection != mCurrentConnection) { in chooseInitialInCallService()
654 mCurrentConnection.disconnect(); in chooseInitialInCallService()
658 mCurrentConnection = newConnection; in chooseInitialInCallService()
672 mCurrentConnection.disconnect(); in disableCarMode()
675 mCurrentConnection = mDialerConnection; in disableCarMode()
689 InCallServiceInfo currentConnectionInfo = mCurrentConnection == null ? null in changeCarModeApp()
690 : mCurrentConnection.getInfo(); in changeCarModeApp()
700 mCurrentConnection.disconnect(); in changeCarModeApp()
[all …]