Searched defs:makeBluetoothDevice (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/mapclient/
H A DMapClientTest.java105 BluetoothDevice device = makeBluetoothDevice("11:11:11:11:11:11");
126 list.add(makeBluetoothDevice(address + i));
147 BluetoothDevice last = makeBluetoothDevice("11:22:33:44:55:66");
151 private BluetoothDevice makeBluetoothDevice(String address) { method in class:MapClientTest
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DBluetoothDeviceManagerTest.java66 device1 = makeBluetoothDevice("00:00:00:00:00:01");
67 device2 = makeBluetoothDevice("00:00:00:00:00:02");
68 device3 = makeBluetoothDevice("00:00:00:00:00:03");
164 private BluetoothDevice makeBluetoothDevice(String address) { method in class:BluetoothDeviceManagerTest
H A DBluetoothRouteManagerTest.java55 static final BluetoothDevice DEVICE1 = makeBluetoothDevice("00:00:00:00:00:01");
56 static final BluetoothDevice DEVICE2 = makeBluetoothDevice("00:00:00:00:00:02");
57 static final BluetoothDevice DEVICE3 = makeBluetoothDevice("00:00:00:00:00:03");
156 public static BluetoothDevice makeBluetoothDevice(String address) { method in class:BluetoothRouteManagerTest

Completed in 84 milliseconds