Home
last modified time | relevance | path

Searched refs:toValues (Results 1 – 7 of 7) 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.java4370 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyStringValue() argument
4373 toValues.put(toKey, fromValues.getAsString(fromKey)); in copyStringValue()
4378 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyLongValue() argument
4390 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/tuner/tvinput/
DTunerRecordingSessionWorker.java543 ContentValues values = RecordedProgram.toValues(recordedProgram); in insertRecordedProgram()
/packages/apps/TV/src/com/android/tv/dvr/
DRecordedProgram.java127 public static ContentValues toValues(RecordedProgram recordedProgram) { in toValues() method in RecordedProgram