Searched refs:TEST_ADDRESS_1 (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/telecom3/src/android/telecom/cts/ |
D | SelfManagedAwareInCallServiceTest.java | 40 private Uri TEST_ADDRESS_1 = Uri.fromParts("sip", "call1@test.com", null); field in SelfManagedAwareInCallServiceTest 129 TEST_ADDRESS_1); in testInCallServiceOutgoing() local 131 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_1); in testInCallServiceOutgoing() 137 assertEquals(TEST_ADDRESS_1, call.getDetails().getHandle()); in testInCallServiceOutgoing() 153 TEST_ADDRESS_1); in testInCallServiceIncoming() local 155 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_1); in testInCallServiceIncoming() 161 assertEquals(TEST_ADDRESS_1, call.getDetails().getHandle()); in testInCallServiceIncoming() 176 TEST_ADDRESS_1); in testSelfManagedSignalling() local 178 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_1); in testSelfManagedSignalling() 184 assertEquals(TEST_ADDRESS_1, call.getDetails().getHandle()); in testSelfManagedSignalling()
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | NullBindingTest.java | 44 private static final Uri TEST_ADDRESS_1 = Uri.fromParts("sip", "call1@test.com", null); field in NullBindingTest 75 mTelecomManager.placeCall(TEST_ADDRESS_1, extras); in testNullBinding()
|
D | SelfManagedConnectionServiceTest.java | 81 private Uri TEST_ADDRESS_1 = Uri.fromParts("sip", "call1@test.com", null); field in SelfManagedConnectionServiceTest 372 addAndVerifyIncomingCall(TestUtils.TEST_SELF_MANAGED_HANDLE_1, TEST_ADDRESS_1); in testAddSelfManagedIncomingConnection() 435 TestUtils.TEST_SELF_MANAGED_HANDLE_1, TEST_ADDRESS_1); in testDisallowOutgoingCallWhileOngoingManagedCallCanNotBeHeld() local 586 placeAndVerifyOutgoingCall(TestUtils.TEST_SELF_MANAGED_HANDLE_1, TEST_ADDRESS_1); in testAddSelfManagedOutgoingConnection() 708 TEST_ADDRESS_1); in testAudioModeRemainsVoip() 753 TestUtils.TEST_SELF_MANAGED_CS_1_HANDLE_1, TEST_ADDRESS_1); in testSelfManagedAndSimBasedCallSwapping() local 920 TEST_SELF_MANAGED_HANDLE_1, TEST_ADDRESS_1); in testAcceptRingingCallOnMultipleSelfManagedCalls() 968 TEST_ADDRESS_1); in testEndCallOnSelfManagedCallOnActiveCall() 1004 TestUtils.TEST_SELF_MANAGED_HANDLE_1, TEST_ADDRESS_1); in testEndCallOnSelfManagedCallOnRingingCall() local 1005 selfManagedConnection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_1); in testEndCallOnSelfManagedCallOnRingingCall() [all …]
|
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/ |
D | BluetoothLeBroadcastAssistantTest.java | 83 private static final String TEST_ADDRESS_1 = "EF:11:22:33:44:55"; field in BluetoothLeBroadcastAssistantTest 218 BluetoothDevice testDevice = mAdapter.getRemoteLeDevice(TEST_ADDRESS_1, in addSource() 220 BluetoothDevice testSourceDevice = mAdapter.getRemoteLeDevice(TEST_ADDRESS_1, in addSource() 286 BluetoothDevice testDevice = mAdapter.getRemoteLeDevice(TEST_ADDRESS_1, in getAllSources() 307 BluetoothDevice testDevice = mAdapter.getRemoteLeDevice(TEST_ADDRESS_1, in setConnectionPolicy() 329 BluetoothDevice testDevice = mAdapter.getRemoteLeDevice(TEST_ADDRESS_1, in getMaximumSourceCapacity() 356 BluetoothDevice testDevice = mAdapter.getRemoteLeDevice(TEST_ADDRESS_1, in modifySource() 358 BluetoothDevice testSourceDevice = mAdapter.getRemoteLeDevice(TEST_ADDRESS_1, in modifySource()
|
/cts/tests/tests/telecom/src/android/telecom/cts/selfmanagedcstestapp/ |
D | ConnectionServiceCallController.java | 33 private static final Uri TEST_ADDRESS_1 = Uri.fromParts("sip", "call1@test.com", null); field in ConnectionServiceCallController
|