Searched refs:displayName2 (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Car/Settings/tests/multivalent/src/com/android/car/settings/system/ |
D | ResetNetworkSubscriptionPreferenceControllerTest.java | 259 String displayName2 = "sub2"; in refreshUi_multipleSubscriptions_populatesEntries() local 261 createSubInfo(SUBID_1, displayName1), createSubInfo(SUBID_2, displayName2)); in refreshUi_multipleSubscriptions_populatesEntries() 268 displayName2); in refreshUi_multipleSubscriptions_populatesEntries()
|
/packages/apps/Contacts/tests/src/com/android/contacts/model/dataitem/ |
D | DataItemTests.java | 382 final String displayName2 = "Display Name 2"; in testDataItemCollapsing_structuredName() local 390 mValues3.put(StructuredName.DISPLAY_NAME, displayName2); in testDataItemCollapsing_structuredName() 400 assertEquals(displayName2, ((StructuredNameDataItem) dataList.get(1)).getDisplayName()); in testDataItemCollapsing_structuredName()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregatorTest.java | 520 String displayName2 = queryDisplayName(queryContactId(rawContactId1)); in testAggregationExceptionKeepOutCheckUpdatesDisplayName() local 521 assertEquals("Johni Smithi", displayName2); in testAggregationExceptionKeepOutCheckUpdatesDisplayName()
|
D | ContactAggregator2Test.java | 526 String displayName2 = queryDisplayName(queryContactId(rawContactId1)); in testAggregationExceptionKeepOutCheckUpdatesDisplayName() local 527 assertEquals("Johni Smithi", displayName2); in testAggregationExceptionKeepOutCheckUpdatesDisplayName()
|
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/v2/ |
D | PickerDataLayerV2Test.java | 825 String displayName2 = "displayName2"; in testQueryMediaSets() local 839 cursor.addRow(new Object[] { mediaSetId2, displayName2, coverId2 }); in testQueryMediaSets() 878 assertEquals(retrievedDisplayName2, displayName2); in testQueryMediaSets()
|