Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DExtendedInCallServiceTest.java508 CallEndpoint currentEndpoint = (CallEndpoint) mOnCallEndpointChangedCounter.getArgs(0)[0]; in testSwitchCallEndpoint() local
509 int currentEndpointType = currentEndpoint.getEndpointType(); in testSwitchCallEndpoint()
541 inCallService.requestCallEndpointChange(currentEndpoint, executor, in testSwitchCallEndpoint()
DSelfManagedConnectionServiceTest.java1593 CallEndpoint currentEndpoint = (CallEndpoint) currentEndpointCounter.getArgs(0)[0]; in testCallEndpoint() local
1594 int currentEndpointType = currentEndpoint.getEndpointType(); in testCallEndpoint()
1631 connection.requestCallEndpointChange(currentEndpoint, executor, in testCallEndpoint()