Home
last modified time | relevance | path

Searched refs:SipDelegateBinderConnection (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
DSipDelegateBinderConnectionTest.java74 private ArrayList<SipDelegateBinderConnection.StateCallback> mStateCallbackList;
113 SipDelegateBinderConnection connection = new SipDelegateBinderConnection(TEST_SUB_ID, in testCreateConnection()
137 SipDelegateBinderConnection connection = new SipDelegateBinderConnection(TEST_SUB_ID, in testCreateConnectionServiceDead()
151 SipDelegateBinderConnection connection = new SipDelegateBinderConnection(TEST_SUB_ID, in testDestroyConnection()
171 SipDelegateBinderConnection connection = new SipDelegateBinderConnection(TEST_SUB_ID, in testDestroyConnectionDead()
191 SipDelegateBinderConnection connection = new SipDelegateBinderConnection(TEST_SUB_ID, in testStateCallback()
215 DelegateRequest r, SipDelegateBinderConnection c) throws Exception { in createDelegateCaptureStateCallback()
226 private void destroy(SipDelegateBinderConnection c, int reason) throws Exception { in destroy()
/packages/services/Telephony/src/com/android/services/telephony/rcs/
DSipDelegateBinderConnection.java52 public class SipDelegateBinderConnection implements DelegateBinderStateManager, class
162 public SipDelegateBinderConnection(int subId, ISipTransport sipTransport, in SipDelegateBinderConnection() method in SipDelegateBinderConnection
DSipDelegateBinderConnectionStub.java66 for (SipDelegateBinderConnection.StateCallback c: mStateCallbacks) { in create()
DSipDelegateController.java75 return new SipDelegateBinderConnection(mSubId, mSipTransportImpl, mImsRegistrationImpl, in create()