Home
last modified time | relevance | path

Searched defs:toValues (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DPostalSplitter.java51 public void toValues(ContentValues values) { in toValues() method in PostalSplitter.Postal
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()
4415 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { 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