Searched refs:mCallControl (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/ |
D | TransactionalCall.java | 39 private CallControl mCallControl; field in TransactionalCall 66 return mCallControl; in getCallControl() 74 mCallControl = callControl; in setCallControl() 78 mCallControl = callControl; in setCallControlAndId() 87 mCallControl.setActive(Runnable::run, outcome); in setActive() 94 mCallControl.answer(videoState, Runnable::run, outcome); in setActive() 101 mCallControl.setInactive(Runnable::run, outcome); in setInactive() 111 mCallControl.disconnect( in disconnect()
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | TransactionalApisTest.java | 128 CallControl mCallControl; field in TransactionalApisTest.TelecomCtsVoipCall 147 mCallControl = callControl; in onAddCallControl() 578 mCall1.mCallControl.requestVideoState(CallAttributes.VIDEO_CALL, Runnable::run, in testTransactionalVideoStateChanges_withoutVideoCapabilitiesInAccount() 643 mCall1.mCallControl.setInactive(Runnable::run, new OutcomeReceiver<>() { in testCallDoesNotSupportHoldResultsInOnError() 684 mCall1.mCallControl.setActive(Runnable::run, new OutcomeReceiver<>() { in testUsingCallControlAfterDisconnect() 1043 mCall1.mCallControl.sendEvent(OTT_TEST_EVENT_NAME, in testSendCallEvent() 1231 CallControl callControl = call.mCallControl; in requestAndAssertEndpointChange() 1237 call.mCallControl.requestCallEndpointChange(endpoint, Runnable::run, outcome); in requestAndAssertEndpointChange() 1294 return call.mCallControl.getCallId().toString(); in startCallWithAttributesAndVerify() 1303 CallControl callControl = call.mCallControl; in callControlAction() [all …]
|
D | TelecomCtsVoipCall.java | 43 CallControl mCallControl; field in TelecomCtsVoipCall 51 return mCallControl.getCallId(); in getTelecomCallId() 55 mCallControl = callControl; in onAddCallControl()
|
D | CallStreamingTest.java | 155 call.mCallControl.startCallStreaming(Runnable::run, outcome); in testStartCallStreaming()
|