HomeSort by relevance Sort by last modified time
    Searched refs:TEST_ADDRESS_1 (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/telecom3/src/android/telecom/cts/
SelfManagedAwareInCallServiceTest.java 39 private Uri TEST_ADDRESS_1 = Uri.fromParts("sip", "call1@test.com", null);
120 TEST_ADDRESS_1);
122 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_1);
128 assertEquals(TEST_ADDRESS_1, call.getDetails().getHandle());
144 TEST_ADDRESS_1);
146 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_1);
152 assertEquals(TEST_ADDRESS_1, call.getDetails().getHandle());
167 TEST_ADDRESS_1);
169 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_1);
175 assertEquals(TEST_ADDRESS_1, call.getDetails().getHandle())
    [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
SelfManagedConnectionServiceTest.java 44 private Uri TEST_ADDRESS_1 = Uri.fromParts("sip", "call1@test.com", null);
219 addAndVerifyIncomingCall(TestUtils.TEST_SELF_MANAGED_HANDLE_1, TEST_ADDRESS_1);
270 TestUtils.TEST_SELF_MANAGED_HANDLE_1, TEST_ADDRESS_1);
288 placeAndVerifyOutgoingCall(TestUtils.TEST_SELF_MANAGED_HANDLE_1, TEST_ADDRESS_1);
329 TestUtils.TEST_SELF_MANAGED_HANDLE_1, TEST_ADDRESS_1);
330 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_1);
384 TestUtils.TEST_SELF_MANAGED_HANDLE_1, TEST_ADDRESS_1);
385 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_1);
407 TestUtils.TEST_SELF_MANAGED_HANDLE_1, TEST_ADDRESS_1);
408 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_1);
    [all...]

Completed in 73 milliseconds