Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DMapClientTest.java114 BluetoothDevice device = makeBluetoothDevice("11:11:11:11:11:11"); in testConnect()
138 BluetoothDevice device = makeBluetoothDevice("11:11:11:11:11:11"); in testConnectPriorityOffDevice()
158 list.add(makeBluetoothDevice(address + i)); in testConnectMaxDevices()
180 BluetoothDevice last = makeBluetoothDevice("11:22:33:44:55:66"); in testConnectMaxDevices()
187 BluetoothDevice device = makeBluetoothDevice("11:11:11:11:11:11"); in testConnectViaBinder()
197 private BluetoothDevice makeBluetoothDevice(String address) { in makeBluetoothDevice() method in MapClientTest
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothRouteManagerTest.java65 static final BluetoothDevice DEVICE1 = makeBluetoothDevice("00:00:00:00:00:01");
66 static final BluetoothDevice DEVICE2 = makeBluetoothDevice("00:00:00:00:00:02");
67 static final BluetoothDevice DEVICE3 = makeBluetoothDevice("00:00:00:00:00:03");
68 static final BluetoothDevice HEARING_AID_DEVICE_LEFT = makeBluetoothDevice("CA:FE:DE:CA:00:01");
70 makeBluetoothDevice("CA:FE:DE:CA:00:02");
349 public static BluetoothDevice makeBluetoothDevice(String address) { in makeBluetoothDevice() method in BluetoothRouteManagerTest
DBluetoothDeviceManagerTest.java99 device1 = makeBluetoothDevice("00:00:00:00:00:01"); in setUp()
101 device2 = makeBluetoothDevice("00:00:00:00:00:02"); in setUp()
102 device3 = makeBluetoothDevice("00:00:00:00:00:03"); in setUp()
104 device4 = makeBluetoothDevice("00:00:00:00:00:04"); in setUp()
106 device5 = makeBluetoothDevice("00:00:00:00:00:05"); in setUp()
107 device6 = makeBluetoothDevice("00:00:00:00:00:06"); in setUp()
880 private BluetoothDevice makeBluetoothDevice(String address) { in makeBluetoothDevice() method in BluetoothDeviceManagerTest
DCallAudioRouteControllerTest.java116 BluetoothRouteManagerTest.makeBluetoothDevice("00:00:00:00:00:01");
635 BluetoothRouteManagerTest.makeBluetoothDevice("00:00:00:00:00:03"); in testSwitchBetweenLeAndScoDevices()
677 BluetoothRouteManagerTest.makeBluetoothDevice("00:00:00:00:00:03"); in testFallbackWhenBluetoothConnectionFails()
752 BluetoothRouteManagerTest.makeBluetoothDevice("00:00:00:00:00:02"); in verifyConnectBluetoothDevice()
DCallEndpointControllerTest.java62 BluetoothRouteManagerTest.makeBluetoothDevice("00:00:00:00:00:01");
64 BluetoothRouteManagerTest.makeBluetoothDevice("00:00:00:00:00:02");
DCallAudioRouteStateMachineTest.java88 BluetoothRouteManagerTest.makeBluetoothDevice("00:00:00:00:00:01");
90 BluetoothRouteManagerTest.makeBluetoothDevice("00:00:00:00:00:02");
92 BluetoothRouteManagerTest.makeBluetoothDevice("00:00:00:00:00:03");