Home
last modified time | relevance | path

Searched refs:SelfManagedConnection (Results 1 – 12 of 12) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DCtsSelfManagedConnectionService.java52 private SelfManagedConnection.Listener mConnectionListener =
53 new SelfManagedConnection.Listener() {
55 void onDestroyed(SelfManagedConnection connection) {
63 private List<SelfManagedConnection> mConnections = new ArrayList<>();
159 SelfManagedConnection connection = new SelfManagedConnection(isIncoming, in createSelfManagedConnection()
186 public List<SelfManagedConnection> getConnections() { in getConnections()
DSelfManagedConnection.java33 public class SelfManagedConnection extends Connection { class
34 private static final String TAG = SelfManagedConnection.class.getSimpleName();
53 void onDestroyed(SelfManagedConnection connection) { }; in onDestroyed()
59 public SelfManagedConnection(boolean isIncomingCall, Listener listener) { in SelfManagedConnection() method in SelfManagedConnection
DSelfManagedConnectionServiceTest.java386 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(address); in addAndVerifyIncomingCall()
464 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_2); in testOutgoingCallRejectedByRemoteParty()
499 SelfManagedConnection connection = null; in testSelfManagedCallMuteAndUnmute()
550 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_2); in testVideoCallStateDowngradeToAudio()
659 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(address); in placeAndVerifyOutgoingCall()
704 SelfManagedConnection connection = null; in testAudioModeRemainsVoip()
801 SelfManagedConnection connection = null; in testSelfManagedAndSimBasedCallHoldFailure()
867 SelfManagedConnection selfManagedConnection = null; in testAcceptRingingCallOnSingleSelfManagedCall()
910 SelfManagedConnection outgoing_SM_connection = null; in testAcceptRingingCallOnMultipleSelfManagedCalls()
911 SelfManagedConnection incoming_SM_connection = null; in testAcceptRingingCallOnMultipleSelfManagedCalls()
[all …]
DSelfManagedConnectionTest.java232 SelfManagedConnection connection = placeAndVerifySelfManagedCall(); in testBindToSupportNonUiInCallService()
259 SelfManagedConnection connection = placeAndVerifySelfManagedCall(); in testBindToSupportDefaultDialerNoCarMode()
286 SelfManagedConnection connection = placeAndVerifySelfManagedCall(); in testNoBindToUnsupportDefaultDialerNoCarMode()
308 SelfManagedConnection connection = placeAndVerifySelfManagedCall(); in testEnterCarMode()
510 SelfManagedConnection connection = placeAndVerifySelfManagedCall(); in testSwapInCallServicesForSelfManagedCSCall()
618 SelfManagedConnection connection = placeAndVerifySelfManagedCall(); in testChangeCarModeApp()
652 SelfManagedConnection connection = placeAndVerifySelfManagedCall(); in testExitCarMode()
702 private SelfManagedConnection placeAndVerifySelfManagedCall() { in placeAndVerifySelfManagedCall()
DHandoverTest.java161 SelfManagedConnection connection = TestUtils.waitForAndGetConnection( in testOutgoingHandoverRequestValid()
204 SelfManagedConnection connection = TestUtils.waitForAndGetConnection( in testIncomingHandoverRequestValid()
239 private void completeHandoverAndVerify(final Call call, SelfManagedConnection connection) { in completeHandoverAndVerify()
DDefaultPhoneAccountTest.java373 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(address); in placeAndVerifySelfManagedCall()
384 private void setActiveAndVerify(SelfManagedConnection connection) { in setActiveAndVerify()
392 private void setDisconnectedAndVerify(SelfManagedConnection connection) { in setDisconnectedAndVerify()
DConnectionServiceTest.java242 SelfManagedConnection selfManagedConnection = in testConnectionServiceFocusGainedWithDifferentConnectionService()
260 private SelfManagedConnection addIncomingSelfManagedCall( in addIncomingSelfManagedCall()
270 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(address); in addIncomingSelfManagedCall()
DNonUiInCallServiceTest.java106 SelfManagedConnection connection = null; in testMidCallComponentEnablementWithNoneAvailableAtStart()
DTestUtils.java803 public static SelfManagedConnection waitForAndGetConnection(Uri address) { in waitForAndGetConnection()
813 Optional<SelfManagedConnection> connectionOptional = connectionService.getConnections() in waitForAndGetConnection()
/cts/tests/tests/telecom3/src/android/telecom/cts/
DSelfManagedAwareInCallServiceTest.java131 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_1); in testInCallServiceOutgoing()
155 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_1); in testInCallServiceIncoming()
178 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_1); in testSelfManagedSignalling()
/cts/tests/tests/telecom/src/android/telecom/cts/selfmanagedcstestapp/
DConnectionServiceCallController.java27 import android.telecom.cts.SelfManagedConnection;
38 private SelfManagedConnection mConnection = null;
/cts/tests/tests/telecom/
DAndroid.bp129 "src/android/telecom/cts/SelfManagedConnection.java",
185 "src/android/telecom/cts/SelfManagedConnection.java",