Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DPostalSplitter.java51 public void toValues(ContentValues values) { in toValues() method in PostalSplitter.Postal
DNameSplitter.java171 public void toValues(ContentValues values) { in toValues() 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/apps/TV/src/com/android/tv/dvr/
DRecordedProgram.java127 public static ContentValues toValues(RecordedProgram recordedProgram) { in toValues() method in RecordedProgram