Home
last modified time | relevance | path

Searched defs:connection1 (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DConnectionServiceTest.java68 final Connection connection1 = verifyConnectionForOutgoingCall(); in testGetAllConnections() local
DCtsRemoteConnectionService.java119 public void onConference(Connection connection1, Connection connection2) { in onConference()
DMockConnectionService.java85 public void onConference(Connection connection1, Connection connection2) { in onConference()
DExtendedInCallServiceTest.java295 final MockConnection connection1 = verifyConnectionForOutgoingCall(0); in testCanAddCall_CannotAddIfTooManyCalls() local
418 final MockConnection connection1 = verifyConnectionForOutgoingCall(0); in testGetCalls() local
DCtsConnectionService.java120 public void onConference(Connection connection1, Connection connection2) { in onConference()
DConferenceTest.java259 private void verifyConferenceObject(Conference mConferenceObject, MockConnection connection1, in verifyConferenceObject()