Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandlerForStructuredPostal.java91 postal.toValues(update); in fixStructuredPostalComponents()
H A DPostalSplitter.java51 public void toValues(ContentValues values) { in toValues() method in PostalSplitter.Postal
H A DDataRowHandlerForStructuredName.java129 name.toValues(update); in fixStructuredNameComponents()
H A DNameSplitter.java171 public void toValues(ContentValues values) { in toValues() method in NameSplitter.Name
H A DContactsDatabaseHelper.java4407 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyStringValue() argument
4410 toValues.put(toKey, fromValues.getAsString(fromKey)); in copyStringValue()
4415 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyLongValue() argument
4427 toValues.put(toKey, longValue); in copyLongValue()
/aosp12/frameworks/base/media/java/android/media/
H A DMediaScanner.java155 private ContentValues toValues() { in toValues() method in MediaScanner.MyMediaScannerClient
/aosp12/packages/apps/TV/src/com/android/tv/dvr/data/
H A DRecordedProgram.java135 public static ContentValues toValues(Context context, RecordedProgram recordedProgram) { in toValues() method in RecordedProgram