Searched refs:BluetoothRouteManagerTest (Results 1 – 4 of 4) sorted by relevance
46 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;
508 ).setAvailableBluetoothDevices(BluetoothRouteManagerTest.DEVICE1)); in testParametersCollection()520 ).setAvailableBluetoothDevices(BluetoothRouteManagerTest.DEVICE1)); in testParametersCollection()532 ).setAvailableBluetoothDevices(BluetoothRouteManagerTest.DEVICE1)); in testParametersCollection()
76 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");
56 public class BluetoothRouteManagerTest extends TelecomTestCase { class