Searched refs:makeBluetoothDevice (Results 1 – 1 of 1) sorted by relevance
70 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