Home
last modified time | relevance | path

Searched defs:fromValues (Results 1 – 4 of 4) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DPostalSplitter.java41 public void fromValues(ContentValues values) { in fromValues() method in PostalSplitter.Postal
DNameSplitter.java153 public void fromValues(ContentValues values) { in fromValues() method in NameSplitter.Name
DContactsDatabaseHelper.java4370 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyStringValue()
4378 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyLongValue()
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
DContactFragment.java550 public static ViewEntry fromValues(Context context, String mimeType, DataKind kind, in fromValues() method in ContactFragment.ViewEntry