Home
last modified time | relevance | path

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