Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/model/dataitem/
H A DDataItemTests.java132 final String customLabel1 = "custom label1"; in testDataItemCollapsing_event() local
150 mValues1.put(Event.LABEL, customLabel1); in testDataItemCollapsing_event()
151 mValues2.put(Event.LABEL, customLabel1); in testDataItemCollapsing_event()
160 assertEquals(customLabel1, ((EventDataItem) dataList.get(0)).getLabel()); in testDataItemCollapsing_event()