Searched refs:assertStructuredName (Results 1 - 3 of 3) sorted by relevance

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/util/
H A DNameConverterTests.java56 assertStructuredName("Mr. John Quincy Adams, Esquire",
58 assertStructuredName("John Doe", null, "John", null, "Doe", null);
59 assertStructuredName("Ms. Jane Eyre", "Ms.", "Jane", null, "Eyre", null);
60 assertStructuredName("Dr Leo Spaceman, PhD", "Dr", "Leo", null, "Spaceman", "PhD");
72 private void assertStructuredName(String displayName, String prefix, method in class:NameConverterTests
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java623 protected void assertStructuredName(long rawContactId, String prefix, String givenName, method in class:BaseContactsProvider2Test
H A DContactsProvider2Test.java3875 assertStructuredName(rawContactId, "Mr.", "John", "Kevin", "von Smith", "Jr.");
3885 assertStructuredName(rawContactId, "Mr.", "John", "Kevin", "von Smith", "Jr.");
3895 assertStructuredName(rawContactId, null, null, null, "Johnson", null);

Completed in 146 milliseconds