Searched refs:buildContentValuesWithoutId (Results 1 – 1 of 1) sorted by relevance
175 long id = writeableDatabase.insert(TABLE_NAME, null, buildContentValuesWithoutId(entry)); in insert()192 updateRowId = db.insert(TABLE_NAME, null, buildContentValuesWithoutId(entry)); in insert()237 private ContentValues buildContentValuesWithoutId(SpeedDialEntry entry) { in buildContentValuesWithoutId() method in SpeedDialEntryDatabaseHelper