Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/mapclient/
DMapClientTest.java123 BluetoothDevice device = makeBluetoothDevice("11:11:11:11:11:11"); in testConnect()
142 BluetoothDevice device = makeBluetoothDevice("11:11:11:11:11:11"); in testConnectPriorityOffDevice()
164 list.add(makeBluetoothDevice(address + i)); in testConnectMaxDevices()
186 BluetoothDevice last = makeBluetoothDevice("11:22:33:44:55:66"); in testConnectMaxDevices()
190 private BluetoothDevice makeBluetoothDevice(String address) { in makeBluetoothDevice() method in MapClientTest
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothRouteManagerTest.java57 static final BluetoothDevice DEVICE1 = makeBluetoothDevice("00:00:00:00:00:01");
58 static final BluetoothDevice DEVICE2 = makeBluetoothDevice("00:00:00:00:00:02");
59 static final BluetoothDevice DEVICE3 = makeBluetoothDevice("00:00:00:00:00:03");
60 static final BluetoothDevice HEARING_AID_DEVICE = makeBluetoothDevice("00:00:00:00:00:04");
201 public static BluetoothDevice makeBluetoothDevice(String address) { in makeBluetoothDevice() method in BluetoothRouteManagerTest
DBluetoothDeviceManagerTest.java72 device1 = makeBluetoothDevice("00:00:00:00:00:01"); in setUp()
74 device2 = makeBluetoothDevice("00:00:00:00:00:02"); in setUp()
75 device3 = makeBluetoothDevice("00:00:00:00:00:03"); in setUp()
77 device4 = makeBluetoothDevice("00:00:00:00:00:04"); in setUp()
234 private BluetoothDevice makeBluetoothDevice(String address) { in makeBluetoothDevice() method in BluetoothDeviceManagerTest
DCallAudioRouteStateMachineTest.java72 BluetoothRouteManagerTest.makeBluetoothDevice("00:00:00:00:00:01");
74 BluetoothRouteManagerTest.makeBluetoothDevice("00:00:00:00:00:02");
76 BluetoothRouteManagerTest.makeBluetoothDevice("00:00:00:00:00:03");
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dpsink/
DA2dpSinkServiceTest.java84 private BluetoothDevice makeBluetoothDevice(String address) { in makeBluetoothDevice() method in A2dpSinkServiceTest
109 BluetoothDevice device = makeBluetoothDevice("11:11:11:11:11:11"); in testConnect()
119 BluetoothDevice device = makeBluetoothDevice("11:11:11:11:11:11"); in testConnectPriorityOffDevice()