Home
last modified time | relevance | path

Searched refs:mSipTransportBinder (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/
H A DFeatureConnection.java56 private final ISipTransport mSipTransportBinder; field in FeatureConnection
65 mSipTransportBinder = s; in FeatureConnection()
140 return mSipTransportBinder; in getSipTransport()
/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/
H A DFeatureConnectionTest.java57 super(context, slotId, mConfigBinder, mRegistrationBinder, mSipTransportBinder); in TestFeatureConnection()
87 @Mock ISipTransport mSipTransportBinder; field in FeatureConnectionTest