Home
last modified time | relevance | path

Searched defs:callControl (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTransactionalServiceWrapperTest.java131 ICallControl callControl = mTransactionalServiceWrapper.getICallControl(); in testCallControlSetActive() local
145 ICallControl callControl = mTransactionalServiceWrapper.getICallControl(); in testCallControlRejectCall() local
160 ICallControl callControl = mTransactionalServiceWrapper.getICallControl(); in testCallControlDisconnectCall() local
175 ICallControl callControl = mTransactionalServiceWrapper.getICallControl(); in testCallControlSetInactive() local
/packages/services/Telecomm/testapps/transactionalVoipApp/src/com/android/server/telecom/transactionalVoipApp/
DMyVoipCall.java49 public void onAddCallControl(@NonNull CallControl callControl) { in onAddCallControl()