Searched refs:anotherEndpoint (Results 1 – 3 of 3) sorted by relevance
514 CallEndpoint anotherEndpoint = null; in testSwitchCallEndpoint() local517 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()
1139 CallEndpoint anotherEndpoint = null; in testRequestCallEndpointChangeViaCallControl() local1143 anotherEndpoint = endpoint; in testRequestCallEndpointChangeViaCallControl()1148 requestAndAssertEndpointChange(mCall1, anotherEndpoint); in testRequestCallEndpointChangeViaCallControl()1149 assertNotNull(anotherEndpoint); in testRequestCallEndpointChangeViaCallControl()1150 assertEndpointType(getInCallService(), anotherEndpoint.getEndpointType()); in testRequestCallEndpointChangeViaCallControl()
1602 CallEndpoint anotherEndpoint = null; in testCallEndpoint() local1605 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()