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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForStructuredName.java 54 Integer fullNameStyle = values.getAsInteger(StructuredName.FULL_NAME_STYLE);
86 Integer fullNameStyle = augmented.getAsInteger(StructuredName.FULL_NAME_STYLE);
152 update.put(StructuredName.FULL_NAME_STYLE, unadjustedFullNameStyle);
155 if (!update.containsKey(StructuredName.FULL_NAME_STYLE)) {
156 update.put(StructuredName.FULL_NAME_STYLE,
201 Integer fullNameStyle = builder.getInt(StructuredName.FULL_NAME_STYLE);
NameSplitter.java 160 Integer integer = values.getAsInteger(StructuredName.FULL_NAME_STYLE);
177 values.put(StructuredName.FULL_NAME_STYLE, fullNameStyle);
    [all...]
ContactsDatabaseHelper.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/dataitem/
StructuredNameDataItem.java 80 return getContentValues().getAsString(StructuredName.FULL_NAME_STYLE);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ValuesDelta.java 534 copyStringFrom(name, ContactsContract.CommonDataKinds.StructuredName.FULL_NAME_STYLE);
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java     [all...]

Completed in 478 milliseconds