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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DBluetoothRouteManagerTest.java55 static final BluetoothDevice DEVICE1 = makeBluetoothDevice("00:00:00:00:00:01"); field in class:BluetoothRouteManagerTest
75 setupConnectedDevices(new BluetoothDevice[]{DEVICE1}, null);
79 executeRoutingAction(sm, BluetoothRouteManager.CONNECT_HFP, DEVICE1.getAddress());
86 verifyConnectionAttempt(DEVICE1, 3);
96 BluetoothRouteManager.AUDIO_CONNECTED_STATE_NAME_PREFIX, DEVICE1);
97 setupConnectedDevices(new BluetoothDevice[]{DEVICE1, DEVICE2}, null);
111 + ":" + DEVICE1.getAddress(),

Completed in 700 milliseconds