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.java4376 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyStringValue()
4384 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyLongValue()
/packages/apps/TV/src/com/android/tv/dvr/data/
DRecordedProgram.java134 public static ContentValues toValues(Context context, RecordedProgram recordedProgram) { in toValues() method in RecordedProgram