Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DExtendedInCallServiceTest.java509 int currentEndpointType = currentEndpoint.getEndpointType(); in testSwitchCallEndpoint() local
516 if (endpoint.getEndpointType() != currentEndpointType) { in testSwitchCallEndpoint()
554 assertEndpointType(connection, currentEndpointType); in testSwitchCallEndpoint()
555 assertEndpointType(inCallService, currentEndpointType); in testSwitchCallEndpoint()
DSelfManagedConnectionServiceTest.java1594 int currentEndpointType = currentEndpoint.getEndpointType(); in testCallEndpoint() local
1604 if (endpoint.getEndpointType() != currentEndpointType) { in testCallEndpoint()
1641 return cep.getEndpointType() == currentEndpointType; in testCallEndpoint()