OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:phoneticfamily
(Results
1 - 2
of
2
) sorted by null
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
DataUtil.java
62
String
phoneticFamily
) {
63
return insertStructuredName(resolver, rawContactId, givenName, familyName,
phoneticFamily
,
69
String
phoneticFamily
, boolean isSuperPrimary) {
81
if (sb.length() == 0 &&
phoneticFamily
!= null) {
82
sb.append(
phoneticFamily
);
87
if (
phoneticFamily
!= null) {
90
values.put(StructuredName.PHONETIC_FAMILY_NAME,
phoneticFamily
);