Searched refs:mCarModeConnection (Results 1 – 1 of 1) sorted by relevance
527 private InCallServiceConnection mCarModeConnection; field in InCallController.CarSwappingInCallServiceConnection536 mCarModeConnection = carModeConnection; in CarSwappingInCallServiceConnection()600 mCarModeConnection = mCurrentConnection = in changeCarModeApp()605 mCarModeConnection = null; in changeCarModeApp()655 if (mCarModeConnection != null) { in setHasEmergency()656 mCarModeConnection.setHasEmergency(hasEmergency); in setHasEmergency()674 if (mCarModeConnection != null) { in dump()676 mCarModeConnection.dump(pw); in dump()681 if (mIsCarMode && mCarModeConnection != null) { in getCurrentConnection()682 return mCarModeConnection; in getCurrentConnection()