Loading telephony/java/com/android/internal/telephony/ITelephony.aidl +10 −0 Original line number Diff line number Diff line Loading @@ -2392,6 +2392,16 @@ interface ITelephony { */ String getContactFromEab(String contact); /* * Check whether the device supports RCS User Capability Exchange or not. */ boolean getDeviceUceEnabled(); /* * Set the device supports RCS User Capability Exchange. */ void setDeviceUceEnabled(boolean isEnabled); /** * Set a SignalStrengthUpdateRequest to receive notification when Signal Strength breach the * specified thresholds. Loading Loading
telephony/java/com/android/internal/telephony/ITelephony.aidl +10 −0 Original line number Diff line number Diff line Loading @@ -2392,6 +2392,16 @@ interface ITelephony { */ String getContactFromEab(String contact); /* * Check whether the device supports RCS User Capability Exchange or not. */ boolean getDeviceUceEnabled(); /* * Set the device supports RCS User Capability Exchange. */ void setDeviceUceEnabled(boolean isEnabled); /** * Set a SignalStrengthUpdateRequest to receive notification when Signal Strength breach the * specified thresholds. Loading