Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DTestUtils.java70 static final BluetoothDevice BLUETOOTH_DEVICE1 = makeBluetoothDevice("00:00:00:00:00:01");
71 static final BluetoothDevice BLUETOOTH_DEVICE2 = makeBluetoothDevice("00:00:00:00:00:02");
744 public static BluetoothDevice makeBluetoothDevice(String address) { in makeBluetoothDevice() method in TestUtils