Searched refs:getContentValues (Results 1 – 2 of 2) sorted by relevance
153 TEST_NOTES[index].getContentValues() // the values map to insert in insertData()634 note.getContentValues() // the map of values to insert as a new record in testInserts()673 ContentValues values = note.getContentValues(); in testInserts()826 public ContentValues getContentValues() { in getContentValues() method in NotePadProviderTest.NoteInfo
101 ContentValues contentValues = getContentValues(voicemail); in insert()113 ContentValues values = getContentValues(voicemail); in update()299 private ContentValues getContentValues(Voicemail voicemail) { in getContentValues() method in VoicemailProviderHelpers