Searched refs:TEST_HAP_DEVICE_NAME_1 (Results 1 – 2 of 2) sorted by relevance
102 private static final String TEST_HAP_DEVICE_NAME_1 = "Test_HAP_BT_Device_NAME_1"; field in MediaOutputPreferenceControllerTest223 when(mLeftBluetoothHapDevice.getName()).thenReturn(TEST_HAP_DEVICE_NAME_1); in setUp()224 when(mLeftBluetoothHapDevice.getAlias()).thenReturn(TEST_HAP_DEVICE_NAME_1); in setUp()324 assertThat(mPreference.getSummary()).isEqualTo(TEST_HAP_DEVICE_NAME_1); in updateState_withActiveHADevice_setActivatedDeviceName()
81 private static final String TEST_HAP_DEVICE_NAME_1 = "Test_HAP_BT_Device_NAME_1"; field in HandsFreeProfileOutputPreferenceControllerTest168 when(mLeftBluetoothHapDevice.getName()).thenReturn(TEST_HAP_DEVICE_NAME_1); in setUp()169 when(mLeftBluetoothHapDevice.getAlias()).thenReturn(TEST_HAP_DEVICE_NAME_1); in setUp()