Searched refs:SipDelegateBinderConnection (Results 1 – 4 of 4) sorted by relevance
/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/ |
D | SipDelegateBinderConnectionTest.java | 74 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/ |
D | SipDelegateBinderConnection.java | 52 public class SipDelegateBinderConnection implements DelegateBinderStateManager, class 162 public SipDelegateBinderConnection(int subId, ISipTransport sipTransport, in SipDelegateBinderConnection() method in SipDelegateBinderConnection
|
D | SipDelegateBinderConnectionStub.java | 66 for (SipDelegateBinderConnection.StateCallback c: mStateCallbacks) { in create()
|
D | SipDelegateController.java | 75 return new SipDelegateBinderConnection(mSubId, mSipTransportImpl, mImsRegistrationImpl, in create()
|