Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DConnectionServiceTest.java79 final Connection connection2 = new MockConnection(); 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()
DCtsConnectionService.java120 public void onConference(Connection connection1, Connection connection2) { in onConference()
DConferenceTest.java260 MockConnection connection2) { in verifyConferenceObject()
DExtendedInCallServiceTest.java305 final MockConnection connection2 = verifyConnectionForOutgoingCall(1); in testCanAddCall_CannotAddIfTooManyCalls() local