Searched defs:assertStructuredName (Results 1 - 2 of 2) 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

Completed in 68 milliseconds