Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DPropertyNodesVerifierElem.java86 final String propValue = concatinateListWithSemiColon(propValueList); in addExpectedNodeWithOrder()
131 propValue = concatinateListWithSemiColon(propValueList); in addExpectedNodeWithOrder()
180 final String propValue = concatinateListWithSemiColon(propValueList); in addExpectedNode()
201 propValue = concatinateListWithSemiColon(propValueList); in addExpectedNode()
286 private String concatinateListWithSemiColon(List<String> array) { in concatinateListWithSemiColon() method in PropertyNodesVerifierElem