Home
last modified time | relevance | path

Searched defs:connection2 (Results 1 – 7 of 7) 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.java90 public void onConference(Connection connection1, Connection connection2) { in onConference()
DCtsConnectionService.java122 public void onConference(Connection connection1, Connection connection2) { in onConference()
DConferenceTest.java269 MockConnection connection2) { in verifyConferenceObject()
DExtendedInCallServiceTest.java377 final MockConnection connection2 = verifyConnectionForOutgoingCall(1); in testCanAddCall_CannotAddIfTooManyCalls() local
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DDummyConnectionService.java57 public void onConference(Connection connection1, Connection connection2) { in onConference()