Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/model/dataitem/
H A DDataItemTests.java169 final String customProtocol2 = "custom 2"; in testDataItemCollapsing_im() local
188 mValues3.put(Im.CUSTOM_PROTOCOL, customProtocol2); in testDataItemCollapsing_im()
201 assertEquals(customProtocol2, ((ImDataItem) dataList.get(1)).getCustomProtocol()); in testDataItemCollapsing_im()