Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTransactionalServiceWrapperTest.java131 ICallControl callControl = mTransactionalServiceWrapper.getICallControl(); in testCallControlSetActive()
145 ICallControl callControl = mTransactionalServiceWrapper.getICallControl(); in testCallControlRejectCall()
160 ICallControl callControl = mTransactionalServiceWrapper.getICallControl(); in testCallControlDisconnectCall()
175 ICallControl callControl = mTransactionalServiceWrapper.getICallControl(); in testCallControlSetInactive()
/packages/services/Telecomm/src/com/android/server/telecom/
DTransactionalServiceWrapper.java409 public ICallControl getICallControl() { in getICallControl() method in TransactionalServiceWrapper
DTelecomServiceImpl.java254 ICallControl clientCallControl = serviceWrapper.getICallControl();