Home
last modified time | relevance | path

Searched refs:TEST_DEVICE_ADDRESS_5 (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/sound/
DHandsFreeProfileOutputPreferenceControllerTest.java88 private static final String TEST_DEVICE_ADDRESS_5 = "00:E5:E5:E5:E5:E5"; field in HandsFreeProfileOutputPreferenceControllerTest
533 BluetoothDevice btLeDevice = spy(mBluetoothAdapter.getRemoteDevice(TEST_DEVICE_ADDRESS_5)); in findActiveDevice_allProfilesWithActiveDevice_returnHADevice()
553 BluetoothDevice btLeDevice = spy(mBluetoothAdapter.getRemoteDevice(TEST_DEVICE_ADDRESS_5)); in findActiveDevice_headsetDeviceAndLeAudioDeviceActive_returnLeAudioDevice()
567 BluetoothDevice btLeDevice = spy(mBluetoothAdapter.getRemoteDevice(TEST_DEVICE_ADDRESS_5)); in findActiveDevice_onlyLeAudioDeviceActive_returnLeAudioDevice()
DMediaOutputPreferenceControllerTest.java109 private static final String TEST_DEVICE_ADDRESS_5 = "00:E5:E5:E5:E5:E5"; field in MediaOutputPreferenceControllerTest
507 BluetoothDevice btLeDevice = spy(mBluetoothAdapter.getRemoteDevice(TEST_DEVICE_ADDRESS_5)); in findActiveDevice_allProfilesWithActiveDevice_returnHADevice()
522 BluetoothDevice btLeDevice = spy(mBluetoothAdapter.getRemoteDevice(TEST_DEVICE_ADDRESS_5)); in findActiveDevice_a2dpDeviceAndLeAudioDeviceActive_returnLeAudioDevice()
536 BluetoothDevice btLeDevice = spy(mBluetoothAdapter.getRemoteDevice(TEST_DEVICE_ADDRESS_5)); in findActiveDevice_onlyLeAudioDeviceActive_returnLeAudioDevice()