Loading telephony/java/com/android/internal/telephony/ITelephony.aidl +6 −0 Original line number Diff line number Diff line Loading @@ -2351,6 +2351,12 @@ interface ITelephony { */ void setActiveDeviceToDeviceTransport(String transport); /** * Forces Device to Device communication to be enabled, even if the device config has it * disabled. */ void setDeviceToDeviceForceEnabled(boolean isForceEnabled); /** * Gets the config of RCS VoLTE single registration enabled for the carrier/subscription. */ Loading Loading
telephony/java/com/android/internal/telephony/ITelephony.aidl +6 −0 Original line number Diff line number Diff line Loading @@ -2351,6 +2351,12 @@ interface ITelephony { */ void setActiveDeviceToDeviceTransport(String transport); /** * Forces Device to Device communication to be enabled, even if the device config has it * disabled. */ void setDeviceToDeviceForceEnabled(boolean isForceEnabled); /** * Gets the config of RCS VoLTE single registration enabled for the carrier/subscription. */ Loading