Home
last modified time | relevance | path

Searched refs:mICallControl (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallControlTest.java42 @Mock private ICallControl mICallControl; field in CallControlTest
60 CallControl control = new CallControl(CALL_ID_1, mICallControl); in testGetCallId()
/packages/services/Telecomm/src/com/android/server/telecom/
DTransactionalServiceWrapper.java185 private final ICallControl mICallControl = new ICallControl.Stub() { field in TransactionalServiceWrapper
410 return mICallControl; in getICallControl()