Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
H A DBugStorageProvider.java62 private static final String BUG_REPORTS_TABLE = "bugreports"; field in BugStorageProvider
106 Uri.parse("content://" + AUTHORITY + "/" + BUG_REPORTS_TABLE);
182 db.execSQL("ALTER TABLE " + BUG_REPORTS_TABLE + " ADD COLUMN " in onUpgrade()
186 db.execSQL("ALTER TABLE " + BUG_REPORTS_TABLE + " ADD COLUMN " in onUpgrade()
188 db.execSQL("ALTER TABLE " + BUG_REPORTS_TABLE + " ADD COLUMN " in onUpgrade()
192 db.execSQL("ALTER TABLE " + BUG_REPORTS_TABLE + " ADD COLUMN " in onUpgrade()
266 table = BUG_REPORTS_TABLE; in query()
270 table = BUG_REPORTS_TABLE; in query()
298 table = BUG_REPORTS_TABLE; in insert()
354 return db.delete(BUG_REPORTS_TABLE, selection, selectionArgs); in delete()
[all …]