Loading telephony/java/com/android/internal/telephony/ITelephony.aidl +5 −0 Original line number Diff line number Diff line Loading @@ -2366,6 +2366,11 @@ interface ITelephony { */ boolean setCarrierSingleRegistrationEnabledOverride(int subId, String enabled); /** * Sends a device to device message; only for use through shell. */ void sendDeviceToDeviceMessage(int message, int value); /** * Gets the config of RCS VoLTE single registration enabled for the carrier/subscription. */ Loading Loading
telephony/java/com/android/internal/telephony/ITelephony.aidl +5 −0 Original line number Diff line number Diff line Loading @@ -2366,6 +2366,11 @@ interface ITelephony { */ boolean setCarrierSingleRegistrationEnabledOverride(int subId, String enabled); /** * Sends a device to device message; only for use through shell. */ void sendDeviceToDeviceMessage(int message, int value); /** * Gets the config of RCS VoLTE single registration enabled for the carrier/subscription. */ Loading