Loading telephony/java/com/android/internal/telephony/ITelephony.aidl +6 −0 Original line number Diff line number Diff line Loading @@ -2439,6 +2439,12 @@ interface ITelephony { */ boolean removeUceRequestDisallowedStatus(int subId); /** * Set the timeout for contact capabilities request. * Note: This is designed for a SHELL command only. */ boolean setCapabilitiesRequestTimeout(int subId, long timeoutAfterMs); /** * Set a SignalStrengthUpdateRequest to receive notification when Signal Strength breach the * specified thresholds. Loading Loading
telephony/java/com/android/internal/telephony/ITelephony.aidl +6 −0 Original line number Diff line number Diff line Loading @@ -2439,6 +2439,12 @@ interface ITelephony { */ boolean removeUceRequestDisallowedStatus(int subId); /** * Set the timeout for contact capabilities request. * Note: This is designed for a SHELL command only. */ boolean setCapabilitiesRequestTimeout(int subId, long timeoutAfterMs); /** * Set a SignalStrengthUpdateRequest to receive notification when Signal Strength breach the * specified thresholds. Loading