Home
last modified time | relevance | path

Searched refs:toValues (Results 1 – 6 of 6) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DDataRowHandlerForStructuredPostal.java91 postal.toValues(update); in fixStructuredPostalComponents()
DPostalSplitter.java51 public void toValues(ContentValues values) { in toValues() method in PostalSplitter.Postal
DDataRowHandlerForStructuredName.java129 name.toValues(update); in fixStructuredNameComponents()
DContactsDatabaseHelper.java4376 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyStringValue() argument
4379 toValues.put(toKey, fromValues.getAsString(fromKey)); in copyStringValue()
4384 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyLongValue() argument
4396 toValues.put(toKey, longValue); in copyLongValue()
DNameSplitter.java171 public void toValues(ContentValues values) { in toValues() method in NameSplitter.Name
/packages/apps/TV/src/com/android/tv/dvr/data/
DRecordedProgram.java134 public static ContentValues toValues(Context context, RecordedProgram recordedProgram) { in toValues() method in RecordedProgram