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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForStructuredName.java 53 Integer fullNameStyle = values.getAsInteger(StructuredName.FULL_NAME_STYLE);
85 Integer fullNameStyle = augmented.getAsInteger(StructuredName.FULL_NAME_STYLE);
150 update.put(StructuredName.FULL_NAME_STYLE, unadjustedFullNameStyle);
153 if (!update.containsKey(StructuredName.FULL_NAME_STYLE)) {
154 update.put(StructuredName.FULL_NAME_STYLE,
196 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/activities/
ConfirmAddDetailActivity.java 661 newName.copyStringFrom(readOnlyName, StructuredName.FULL_NAME_STYLE);
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java     [all...]

Completed in 58 milliseconds