Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothRouteTransitionTests.java46 import static com.android.server.telecom.tests.BluetoothRouteManagerTest.DEVICE1;
47 import static com.android.server.telecom.tests.BluetoothRouteManagerTest.DEVICE2;
48 import static com.android.server.telecom.tests.BluetoothRouteManagerTest.DEVICE3;
49 import static com.android.server.telecom.tests.BluetoothRouteManagerTest.executeRoutingAction;
DCallAudioRouteTransitionTests.java508 ).setAvailableBluetoothDevices(BluetoothRouteManagerTest.DEVICE1)); in testParametersCollection()
520 ).setAvailableBluetoothDevices(BluetoothRouteManagerTest.DEVICE1)); in testParametersCollection()
532 ).setAvailableBluetoothDevices(BluetoothRouteManagerTest.DEVICE1)); in testParametersCollection()
DCallAudioRouteStateMachineTest.java76 BluetoothRouteManagerTest.makeBluetoothDevice("00:00:00:00:00:01");
78 BluetoothRouteManagerTest.makeBluetoothDevice("00:00:00:00:00:02");
80 BluetoothRouteManagerTest.makeBluetoothDevice("00:00:00:00:00:03");
DBluetoothRouteManagerTest.java56 public class BluetoothRouteManagerTest extends TelecomTestCase { class