Home
last modified time | relevance | path

Searched refs:buildContentValuesWithoutId (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/dialer/speeddial/database/
H A DSpeedDialEntryDatabaseHelper.java175 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