Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DInCallController.java519 private InCallServiceConnection mCarModeConnection; field in InCallController.CarSwappingInCallServiceConnection
528 mCarModeConnection = carModeConnection; in CarSwappingInCallServiceConnection()
592 mCarModeConnection = mCurrentConnection = in changeCarModeApp()
597 mCarModeConnection = null; in changeCarModeApp()
647 if (mCarModeConnection != null) { in setHasEmergency()
648 mCarModeConnection.setHasEmergency(hasEmergency); in setHasEmergency()
666 if (mCarModeConnection != null) { in dump()
668 mCarModeConnection.dump(pw); in dump()
673 if (mIsCarMode && mCarModeConnection != null) { in getCurrentConnection()
674 return mCarModeConnection; in getCurrentConnection()