Home
last modified time | relevance | path

Searched refs:displayName2 (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/system/
H A DResetNetworkSubscriptionPreferenceControllerTest.java209 String displayName2 = "sub2"; in refreshUi_multipleSubscriptions_populatesEntries() local
211 createSubInfo(SUBID_1, displayName1), createSubInfo(SUBID_2, displayName2)); in refreshUi_multipleSubscriptions_populatesEntries()
218 displayName2); in refreshUi_multipleSubscriptions_populatesEntries()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/model/dataitem/
H A DDataItemTests.java379 final String displayName2 = "Display Name 2"; in testDataItemCollapsing_structuredName() local
387 mValues3.put(StructuredName.DISPLAY_NAME, displayName2); in testDataItemCollapsing_structuredName()
397 assertEquals(displayName2, ((StructuredNameDataItem) dataList.get(1)).getDisplayName()); in testDataItemCollapsing_structuredName()
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
H A DContactAggregatorTest.java573 String displayName2 = queryDisplayName(queryContactId(rawContactId1)); in testAggregationExceptionKeepOutCheckUpdatesDisplayName() local
574 assertEquals("Johni Smithi", displayName2); in testAggregationExceptionKeepOutCheckUpdatesDisplayName()
H A DContactAggregator2Test.java589 String displayName2 = queryDisplayName(queryContactId(rawContactId1)); in testAggregationExceptionKeepOutCheckUpdatesDisplayName() local
590 assertEquals("Johni Smithi", displayName2); in testAggregationExceptionKeepOutCheckUpdatesDisplayName()