HomeSort by relevance Sort by last modified time
    Searched refs:assertStructuredName (Results 1 - 3 of 3) sorted by null

  /packages/apps/Contacts/tests/src/com/android/contacts/util/
NameConverterTests.java 54 assertStructuredName("Mr. John Quincy Adams, Esquire",
56 assertStructuredName("John Doe", null, "John", null, "Doe", null);
57 assertStructuredName("Ms. Jane Eyre", "Ms.", "Jane", null, "Eyre", null);
58 assertStructuredName("Dr Leo Spaceman, PhD", "Dr", "Leo", null, "Spaceman", "PhD");
70 private void assertStructuredName(String displayName, String prefix,
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 621 protected void assertStructuredName(long rawContactId, String prefix, String givenName,
    [all...]
ContactsProvider2Test.java     [all...]

Completed in 21 milliseconds