Home
last modified time | relevance | path

Searched refs:setTransactionServiceWrapper (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallTest.java190 call.setTransactionServiceWrapper(tsw); in testSetVideoStateForTransactionalCalls()
219 call.setTransactionServiceWrapper(tsw); in testToggleTransactionalVideoState()
274 call.setTransactionServiceWrapper(tsw); in testMultipleCachedCallEvents()
304 call.setTransactionServiceWrapper(tsw); in testMultipleCachedMuteStateChanges()
317 call.setTransactionServiceWrapper(tsw); in testCacheAfterServiceSet()
354 call.setTransactionServiceWrapper(tsw); in testMultipleCachedCurrentEndpointChanges()
389 call.setTransactionServiceWrapper(tsw); in testMultipleCachedAvailableEndpointChanges()
444 call.setTransactionServiceWrapper(tsw); in testAllCachedCallbacks()
696 call.setTransactionServiceWrapper(mMockTransactionalService); in testGetConnectionServiceWrapper()
724 call.setTransactionServiceWrapper(mMockTransactionalService); in testCallEventCallbacksWereCalled()
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java2115 public void setTransactionServiceWrapper(TransactionalServiceWrapper service) { in setTransactionServiceWrapper() method in Call
DTelecomServiceImpl.java264 call.setTransactionServiceWrapper(serviceWrapper);