Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/sound/
DHandsFreeProfileOutputPreferenceControllerTest.java83 private static final String TEST_LE_AUDIO_DEVICE_NAME_1 = "Test_LE_AUDIO_Device_NAME_1"; field in HandsFreeProfileOutputPreferenceControllerTest
500 when(mBluetoothDevice.getName()).thenReturn(TEST_LE_AUDIO_DEVICE_NAME_1); in updateState_leAudioDeviceActive_shouldSetActivatedDeviceName()
501 when(mBluetoothDevice.getAlias()).thenReturn(TEST_LE_AUDIO_DEVICE_NAME_1); in updateState_leAudioDeviceActive_shouldSetActivatedDeviceName()
534 when(btLeDevice.getName()).thenReturn(TEST_LE_AUDIO_DEVICE_NAME_1); in findActiveDevice_allProfilesWithActiveDevice_returnHADevice()
554 when(btLeDevice.getName()).thenReturn(TEST_LE_AUDIO_DEVICE_NAME_1); in findActiveDevice_headsetDeviceAndLeAudioDeviceActive_returnLeAudioDevice()
568 when(btLeDevice.getName()).thenReturn(TEST_LE_AUDIO_DEVICE_NAME_1); in findActiveDevice_onlyLeAudioDeviceActive_returnLeAudioDevice()
DMediaOutputPreferenceControllerTest.java104 private static final String TEST_LE_AUDIO_DEVICE_NAME_1 = "Test_LE_AUDIO_Device_NAME_1"; field in MediaOutputPreferenceControllerTest
334 when(mBluetoothDevice.getAlias()).thenReturn(TEST_LE_AUDIO_DEVICE_NAME_1); in updateState_withActiveLeAudioDevice_setActivatedDeviceName()
345 assertThat(mPreference.getSummary()).isEqualTo(TEST_LE_AUDIO_DEVICE_NAME_1); in updateState_withActiveLeAudioDevice_setActivatedDeviceName()
508 when(btLeDevice.getName()).thenReturn(TEST_LE_AUDIO_DEVICE_NAME_1); in findActiveDevice_allProfilesWithActiveDevice_returnHADevice()
523 when(btLeDevice.getName()).thenReturn(TEST_LE_AUDIO_DEVICE_NAME_1); in findActiveDevice_a2dpDeviceAndLeAudioDeviceActive_returnLeAudioDevice()
537 when(btLeDevice.getName()).thenReturn(TEST_LE_AUDIO_DEVICE_NAME_1); in findActiveDevice_onlyLeAudioDeviceActive_returnLeAudioDevice()