summaryrefslogtreecommitdiff
path: root/telephony/java/android/telephony/ims/aidl/ISipDelegateStateCallback.aidl
AgeCommit message (Collapse)Author
2021-04-22Use a typesafe pattern for SIP Delegate configurationsBrad Ebinger
Moves SipDelegateImsConfiguration -> SipDelegate configuration in order to not break existing impls and defines the new typesafe alternative for sip configurations instead of bundles. Bug: 181764849 Test: atest CtsTelephonyTestCases Change-Id: I5040f30575f7b774d6ec1e28183f6812b420087f
2020-11-06AIDL Implementation of SipTransport APIBrad Ebinger
Creates underlying AIDL implementation of the SipTransportImplBase and SipDelegate API to be used by the ImsService. Bug: 154763999 Test: atest FrameworksTelephonyTests Change-Id: Ic2ed943a45c69e8503fa96995b932b65a73140d2