Home
last modified time | relevance | path

Searched refs:TEST_SELF_MANAGED_HANDLE_1 (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DSelfManagedConnectionServiceTest.java39 import static android.telecom.cts.TestUtils.TEST_SELF_MANAGED_HANDLE_1;
83 mTelecomManager.unregisterPhoneAccount(TestUtils.TEST_SELF_MANAGED_HANDLE_1); in tearDown()
101 assertTrue(phoneAccountHandles.contains(TestUtils.TEST_SELF_MANAGED_HANDLE_1)); in testTelecomManagerGetSelfManagedPhoneAccounts()
118 verifyAccountRegistration(TestUtils.TEST_SELF_MANAGED_HANDLE_1, in testRegisterSelfManagedConnectionService()
230 addAndVerifyIncomingCall(TestUtils.TEST_SELF_MANAGED_HANDLE_1, TEST_ADDRESS_1); in testAddSelfManagedIncomingConnection()
288 TestUtils.TEST_SELF_MANAGED_HANDLE_1, TEST_ADDRESS_1); in testDisallowOutgoingCallWhileOngoingManagedCallCanNotBeHeld()
295 assertIsOutgoingCallPermitted(false, TestUtils.TEST_SELF_MANAGED_HANDLE_1); in testDisallowOutgoingCallWhileOngoingManagedCallCanNotBeHeld()
308 assertIsOutgoingCallPermitted(true, TestUtils.TEST_SELF_MANAGED_HANDLE_1); in testAddSelfManagedOutgoingConnection()
309 placeAndVerifyOutgoingCall(TestUtils.TEST_SELF_MANAGED_HANDLE_1, TEST_ADDRESS_1); in testAddSelfManagedOutgoingConnection()
332 placeAndVerifyOutgoingCall(TestUtils.TEST_SELF_MANAGED_HANDLE_1, unloggedAddress); in testSelfManagedCallNotLogged()
[all …]
DHandoverTest.java82 call.handoverTo(TestUtils.TEST_SELF_MANAGED_HANDLE_1, VideoProfile.STATE_BIDIRECTIONAL, in testHandoverSourceFailed()
107 call.handoverTo(TestUtils.TEST_SELF_MANAGED_HANDLE_1, VideoProfile.STATE_BIDIRECTIONAL, in testHandoverDestinationFailed()
DTestUtils.java105 public static final PhoneAccountHandle TEST_SELF_MANAGED_HANDLE_1 = field in TestUtils
254 TEST_SELF_MANAGED_HANDLE_1, SELF_MANAGED_ACCOUNT_LABEL)
DConnectionServiceTest.java227 addIncomingSelfManagedCall(TEST_SELF_MANAGED_HANDLE_1, SELF_MANAGED_TEST_ADDRESS); in testConnectionServiceFocusGainedWithDifferentConnectionService()