Searched refs:checkNameComponent (Results 1 – 1 of 1) sorted by relevance
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/util/ |
D | NameConverterTests.java | 76 checkNameComponent(StructuredName.PREFIX, prefix, structuredName); in assertStructuredName() 77 checkNameComponent(StructuredName.GIVEN_NAME, givenName, structuredName); in assertStructuredName() 78 checkNameComponent(StructuredName.MIDDLE_NAME, middleName, structuredName); in assertStructuredName() 79 checkNameComponent(StructuredName.FAMILY_NAME, familyName, structuredName); in assertStructuredName() 80 checkNameComponent(StructuredName.SUFFIX, suffix, structuredName); in assertStructuredName() 92 private void checkNameComponent(String field, String value, in checkNameComponent() method in NameConverterTests
|