Searched refs:mTransactionalServiceWrapper (Results 1 – 3 of 3) sorted by relevance
65 TransactionalServiceWrapper mTransactionalServiceWrapper; field in TransactionalServiceWrapperTest85 mTransactionalServiceWrapper = new TransactionalServiceWrapper(mCallEventCallback, in setUp()88 mTransactionalServiceWrapper.setTransactionManager(mTransactionManager); in setUp()128 mTransactionalServiceWrapper.trackCall(mMockCall1); in testCallControlSetActive()131 ICallControl callControl = mTransactionalServiceWrapper.getICallControl(); in testCallControlSetActive()142 mTransactionalServiceWrapper.trackCall(mMockCall1); in testCallControlRejectCall()145 ICallControl callControl = mTransactionalServiceWrapper.getICallControl(); in testCallControlRejectCall()157 mTransactionalServiceWrapper.trackCall(mMockCall1); in testCallControlDisconnectCall()160 ICallControl callControl = mTransactionalServiceWrapper.getICallControl(); in testCallControlDisconnectCall()172 mTransactionalServiceWrapper.trackCall(mMockCall1); in testCallControlSetInactive()[all …]
36 private final TransactionalServiceWrapper mTransactionalServiceWrapper; field in StreamingCallAdapter42 mTransactionalServiceWrapper = wrapper; in StreamingCallAdapter()56 mTransactionalServiceWrapper.onSetActive(mCall); in setStreamingState()58 mTransactionalServiceWrapper.onSetInactive(mCall); in setStreamingState()60 mTransactionalServiceWrapper.onDisconnect(mCall, in setStreamingState()
54 private TransactionalServiceWrapper mTransactionalServiceWrapper; field in CallStreamingController75 mTransactionalServiceWrapper = wrapper; in onConnectedInternal()77 mService.setStreamingCallAdapter(new StreamingCallAdapter(mTransactionalServiceWrapper, in onConnectedInternal()81 mTransactionalServiceWrapper.getComponentName(), in onConnectedInternal()91 mTransactionalServiceWrapper = null; in resetController()286 mTransactionalServiceWrapper.stopCallStreaming(mCall); in handleTransactionFailure()323 mTransactionalServiceWrapper.stopCallStreaming(call); in onCallRemoved()352 mTransactionalServiceWrapper.getTransactionManager().addTransaction(transaction, in onCallStateChanged()