Searched refs:SelfManagedConnection (Results 1 – 12 of 12) sorted by relevance
52 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()
33 public class SelfManagedConnection extends Connection { class34 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
386 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 …]
232 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()
161 SelfManagedConnection connection = TestUtils.waitForAndGetConnection( in testOutgoingHandoverRequestValid()204 SelfManagedConnection connection = TestUtils.waitForAndGetConnection( in testIncomingHandoverRequestValid()239 private void completeHandoverAndVerify(final Call call, SelfManagedConnection connection) { in completeHandoverAndVerify()
373 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(address); in placeAndVerifySelfManagedCall()384 private void setActiveAndVerify(SelfManagedConnection connection) { in setActiveAndVerify()392 private void setDisconnectedAndVerify(SelfManagedConnection connection) { in setDisconnectedAndVerify()
242 SelfManagedConnection selfManagedConnection = in testConnectionServiceFocusGainedWithDifferentConnectionService()260 private SelfManagedConnection addIncomingSelfManagedCall( in addIncomingSelfManagedCall()270 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(address); in addIncomingSelfManagedCall()
106 SelfManagedConnection connection = null; in testMidCallComponentEnablementWithNoneAvailableAtStart()
803 public static SelfManagedConnection waitForAndGetConnection(Uri address) { in waitForAndGetConnection()813 Optional<SelfManagedConnection> connectionOptional = connectionService.getConnections() in waitForAndGetConnection()
131 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()
27 import android.telecom.cts.SelfManagedConnection;38 private SelfManagedConnection mConnection = null;
129 "src/android/telecom/cts/SelfManagedConnection.java",185 "src/android/telecom/cts/SelfManagedConnection.java",