Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/sound/
DMediaOutputPreferenceControllerTest.java79 private static final String TEST_HAP_DEVICE_NAME_1 = "Test_HAP_BT_Device_NAME_1"; field in MediaOutputPreferenceControllerTest
143 when(mLeftBluetoothHapDevice.getName()).thenReturn(TEST_HAP_DEVICE_NAME_1); in setUp()
288 assertThat(mPreference.getSummary()).isEqualTo(TEST_HAP_DEVICE_NAME_1); in updateState_withActiveHADevice_setActivatedDeviceName()
DHandsFreeProfileOutputPreferenceControllerTest.java77 private static final String TEST_HAP_DEVICE_NAME_1 = "Test_HAP_BT_Device_NAME_1"; field in HandsFreeProfileOutputPreferenceControllerTest
143 when(mLeftBluetoothHapDevice.getName()).thenReturn(TEST_HAP_DEVICE_NAME_1); in setUp()