Searched refs:fromValues (Results 1 – 6 of 6) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | DataRowHandlerForStructuredName.java | 137 name.fromValues(augmented); in fixStructuredNameComponents() 156 name.fromValues(update); in fixStructuredNameComponents()
|
D | DataRowHandlerForStructuredPostal.java | 94 postal.fromValues(augmented); in fixStructuredPostalComponents()
|
D | PostalSplitter.java | 41 public void fromValues(ContentValues values) { in fromValues() method in PostalSplitter.Postal
|
D | ContactsDatabaseHelper.java | 4370 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyStringValue() argument 4372 if (fromValues.containsKey(fromKey)) { in copyStringValue() 4373 toValues.put(toKey, fromValues.getAsString(fromKey)); in copyStringValue() 4378 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyLongValue() argument 4380 if (fromValues.containsKey(fromKey)) { in copyLongValue() 4382 Object value = fromValues.get(fromKey); in copyLongValue()
|
D | NameSplitter.java | 153 public void fromValues(ContentValues values) { in fromValues() method in NameSplitter.Name
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/ |
D | ContactFragment.java | 371 final ViewEntry entry = ViewEntry.fromValues(context, mimeType, kind, in buildEntries() 413 final ViewEntry imEntry = ViewEntry.fromValues(context, in buildEntries() 550 public static ViewEntry fromValues(Context context, String mimeType, DataKind kind, in fromValues() method in ContactFragment.ViewEntry
|