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 52 Integer fullNameStyle = values.getAsInteger(StructuredName.FULL_NAME_STYLE);
84 Integer fullNameStyle = augmented.getAsInteger(StructuredName.FULL_NAME_STYLE);
149 update.put(StructuredName.FULL_NAME_STYLE, unadjustedFullNameStyle);
152 if (!update.containsKey(StructuredName.FULL_NAME_STYLE)) {
153 update.put(StructuredName.FULL_NAME_STYLE,
195 Integer fullNameStyle = builder.getInt(StructuredName.FULL_NAME_STYLE);
LegacyContactImporter.java 454 StructuredName.FULL_NAME_STYLE + "," +
469 int FULL_NAME_STYLE = 9;
634 insert.bindLong(StructuredNameInsert.FULL_NAME_STYLE,
    [all...]
NameSplitter.java 156 Integer integer = values.getAsInteger(StructuredName.FULL_NAME_STYLE);
173 values.put(StructuredName.FULL_NAME_STYLE, fullNameStyle);
    [all...]
ContactsDatabaseHelper.java     [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java     [all...]

Completed in 608 milliseconds