Loading src/com/android/server/telecom/ParcelableCallUtils.java +5 −1 Original line number Diff line number Diff line Loading @@ -507,7 +507,11 @@ public class ParcelableCallUtils { android.telecom.Call.Details.CAPABILITY_TRANSFER, Connection.CAPABILITY_TRANSFER_CONSULTATIVE, android.telecom.Call.Details.CAPABILITY_TRANSFER_CONSULTATIVE android.telecom.Call.Details.CAPABILITY_TRANSFER_CONSULTATIVE, Connection.CAPABILITY_REMOTE_PARTY_SUPPORTS_RTT, android.telecom.Call.Details.CAPABILITY_REMOTE_PARTY_SUPPORTS_RTT }; private static int convertConnectionToCallCapabilities(int connectionCapabilities) { Loading Loading
src/com/android/server/telecom/ParcelableCallUtils.java +5 −1 Original line number Diff line number Diff line Loading @@ -507,7 +507,11 @@ public class ParcelableCallUtils { android.telecom.Call.Details.CAPABILITY_TRANSFER, Connection.CAPABILITY_TRANSFER_CONSULTATIVE, android.telecom.Call.Details.CAPABILITY_TRANSFER_CONSULTATIVE android.telecom.Call.Details.CAPABILITY_TRANSFER_CONSULTATIVE, Connection.CAPABILITY_REMOTE_PARTY_SUPPORTS_RTT, android.telecom.Call.Details.CAPABILITY_REMOTE_PARTY_SUPPORTS_RTT }; private static int convertConnectionToCallCapabilities(int connectionCapabilities) { Loading