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.java528 private InCallServiceConnection mCurrentConnection; field in InCallController.CarSwappingInCallServiceConnection
537 mCurrentConnection = getCurrentConnection(); in CarSwappingInCallServiceConnection()
550 if (newConnection != mCurrentConnection) { in chooseInitialInCallService()
552 mCurrentConnection.disconnect(); in chooseInitialInCallService()
556 mCurrentConnection = newConnection; in chooseInitialInCallService()
570 mCurrentConnection.disconnect(); in disableCarMode()
573 mCurrentConnection = mDialerConnection; in disableCarMode()
586 InCallServiceInfo currentConnectionInfo = mCurrentConnection == null ? null in changeCarModeApp()
587 : mCurrentConnection.getInfo(); in changeCarModeApp()
595 mCurrentConnection.disconnect(); in changeCarModeApp()
[all …]