HomeSort by relevance Sort by last modified time
    Searched refs:makeBluetoothDevice (Results 1 - 5 of 5) sorted by null

  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/mapclient/
MapClientTest.java 105 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) {
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothDeviceManagerTest.java 66 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) {
BluetoothRouteManagerTest.java 55 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) {
CallAudioRouteStateMachineTest.java 72 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");
  /cts/tests/tests/telecom/src/android/telecom/cts/
TestUtils.java 59 static final BluetoothDevice BLUETOOTH_DEVICE1 = makeBluetoothDevice("00:00:00:00:00:01");
60 static final BluetoothDevice BLUETOOTH_DEVICE2 = makeBluetoothDevice("00:00:00:00:00:02");
346 public static BluetoothDevice makeBluetoothDevice(String address) {

Completed in 268 milliseconds