Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapConvoContactElementTest.java47 private static final String TEST_DISPLAY_NAME = "test_display_name"; field in BluetoothMapConvoContactElementTest
67 TEST_DISPLAY_NAME, in constructorWithArguments()
77 assertThat(contactElement.getDisplayName()).isEqualTo(TEST_DISPLAY_NAME); in constructorWithArguments()
92 when(mMapContact.getName()).thenReturn(TEST_DISPLAY_NAME); in createFromMapContact()
97 assertThat(contactElement.getDisplayName()).isEqualTo(TEST_DISPLAY_NAME); in createFromMapContact()
103 contactElement.setDisplayName(TEST_DISPLAY_NAME); in settersAndGetters()
115 assertThat(contactElement.getDisplayName()).isEqualTo(TEST_DISPLAY_NAME); in settersAndGetters()
131 TEST_DISPLAY_NAME, in encodeToXml_thenDecodeToInstance_returnsCorrectly()
160 assertThat(contactElementFromXml.getDisplayName()).isEqualTo(TEST_DISPLAY_NAME); in encodeToXml_thenDecodeToInstance_returnsCorrectly()
177 TEST_DISPLAY_NAME, in equalsWithSameValues_returnsTrue()
[all …]
DBluetoothMapContentObserverTest.java110 static final String TEST_DISPLAY_NAME = "col_nickname"; field in BluetoothMapContentObserverTest
1042 TEST_DISPLAY_NAME, in initContactsList()
1067 Assert.assertEquals(contactElement.getDisplayName(), TEST_DISPLAY_NAME); in initContactsList() local
2387 TEST_DISPLAY_NAME, in handleContactListChanges_withNullContactForUci()
2410 Assert.assertEquals(contactElement.getDisplayName(), TEST_DISPLAY_NAME); in handleContactListChanges_withNullContactForUci() local
2445 TEST_DISPLAY_NAME, in handleContactListChanges_withNonNullContactForUci()
2463 TEST_DISPLAY_NAME, in handleContactListChanges_withNonNullContactForUci()
2481 Assert.assertEquals(contactElement.getDisplayName(), TEST_DISPLAY_NAME); in handleContactListChanges_withNonNullContactForUci() local