Home
last modified time | relevance | path

Searched refs:DEVICE1 (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothRouteManagerTest.java58 static final BluetoothDevice DEVICE1 = makeBluetoothDevice("00:00:00:00:00:01"); field in BluetoothRouteManagerTest
86 setupConnectedDevices(new BluetoothDevice[]{DEVICE1}, null, null, null); in testConnectHfpRetryWhileNotConnected()
90 executeRoutingAction(sm, BluetoothRouteManager.CONNECT_HFP, DEVICE1.getAddress()); in testConnectHfpRetryWhileNotConnected()
97 verifyConnectionAttempt(DEVICE1, 3); in testConnectHfpRetryWhileNotConnected()
107 BluetoothRouteManager.AUDIO_CONNECTED_STATE_NAME_PREFIX, DEVICE1); in testAmbiguousActiveDevice()
108 setupConnectedDevices(new BluetoothDevice[]{DEVICE1}, in testAmbiguousActiveDevice()
109 new BluetoothDevice[]{HEARING_AID_DEVICE}, DEVICE1, HEARING_AID_DEVICE); in testAmbiguousActiveDevice()
110 sm.onActiveDeviceChanged(DEVICE1, false); in testAmbiguousActiveDevice()
112 executeRoutingAction(sm, BluetoothRouteManager.BT_AUDIO_LOST, DEVICE1.getAddress()); in testAmbiguousActiveDevice()
115 verifyConnectionAttempt(DEVICE1, 0); in testAmbiguousActiveDevice()
[all …]
DBluetoothRouteTransitionTests.java46 import static com.android.server.telecom.tests.BluetoothRouteManagerTest.DEVICE1;
388 .setConnectedDevices(DEVICE1) in generateTestCases()
390 .setMessageDevice(DEVICE1) in generateTestCases()
402 .setConnectedDevices(DEVICE2, DEVICE1) in generateTestCases()
403 .setActiveDevice(DEVICE1) in generateTestCases()
407 .setExpectedConnectionDevice(DEVICE1) in generateTestCases()
409 + ":" + DEVICE1) in generateTestCases()
417 .setConnectedDevices(DEVICE2, DEVICE1) in generateTestCases()
445 .setConnectedDevices(DEVICE2, DEVICE1, DEVICE3) in generateTestCases()
458 .setConnectedDevices(DEVICE2, DEVICE1, DEVICE3) in generateTestCases()
[all …]
DCallAudioRouteTransitionTests.java508 ).setAvailableBluetoothDevices(BluetoothRouteManagerTest.DEVICE1)); in testParametersCollection()
520 ).setAvailableBluetoothDevices(BluetoothRouteManagerTest.DEVICE1)); in testParametersCollection()
532 ).setAvailableBluetoothDevices(BluetoothRouteManagerTest.DEVICE1)); in testParametersCollection()