Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DExtendedInCallServiceTest.java514 CallEndpoint anotherEndpoint = null; in testSwitchCallEndpoint() local
517 anotherEndpoint = endpoint; in testSwitchCallEndpoint()
523 if (anotherEndpoint != null) { in testSwitchCallEndpoint()
524 final int anotherEndpointType = anotherEndpoint.getEndpointType(); in testSwitchCallEndpoint()
525 ((InCallService) inCallService).requestCallEndpointChange(anotherEndpoint, executor, in testSwitchCallEndpoint()
DTransactionalApisTest.java1139 CallEndpoint anotherEndpoint = null; in testRequestCallEndpointChangeViaCallControl() local
1143 anotherEndpoint = endpoint; in testRequestCallEndpointChangeViaCallControl()
1148 requestAndAssertEndpointChange(mCall1, anotherEndpoint); in testRequestCallEndpointChangeViaCallControl()
1149 assertNotNull(anotherEndpoint); in testRequestCallEndpointChangeViaCallControl()
1150 assertEndpointType(getInCallService(), anotherEndpoint.getEndpointType()); in testRequestCallEndpointChangeViaCallControl()
DSelfManagedConnectionServiceTest.java1602 CallEndpoint anotherEndpoint = null; in testCallEndpoint() local
1605 anotherEndpoint = endpoint; in testCallEndpoint()
1609 if (anotherEndpoint != null) { in testCallEndpoint()
1611 final int anotherEndpointType = anotherEndpoint.getEndpointType(); in testCallEndpoint()
1613 connection.requestCallEndpointChange(anotherEndpoint, executor, in testCallEndpoint()