OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:assertStructuredName
(Results
1 - 3
of
3
) sorted by null
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/util/
NameConverterTests.java
56
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,
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java
610
protected void
assertStructuredName
(long rawContactId, String prefix, String givenName,
[
all
...]
ContactsProvider2Test.java
[
all
...]
Completed in 62 milliseconds