Searched defs:augmented (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java1097 * as baseline, but augmented with any updates. Returns null if there is
1171 final ContentValues augmented = getAugmentedValues(db, dataId, values);
1172 if (augmented == null) { // No change
1176 fixStructuredNameComponents(augmented, values);
1183 augmented.putAll(values);
1184 String name = augmented.getAsString(StructuredName.DISPLAY_NAME);
1186 Integer fullNameStyle = augmented.getAsInteger(StructuredName.FULL_NAME_STYLE);
1191 insertNameLookupForPhoneticName(rawContactId, dataId, augmented);
1225 private void fixStructuredNameComponents(ContentValues augmented, ContentValues update) { argument
1242 name.fromValues(augmented);
1309 fixStructuredPostalComponents(ContentValues augmented, ContentValues update) argument
1364 enforceTypeAndLabel(ContentValues augmented, ContentValues update) argument
[all...]

Completed in 11 milliseconds