Searched refs:BUG_REPORTS_TABLE (Results 1 – 1 of 1) sorted by relevance
61 private static final String BUG_REPORTS_TABLE = "bugreports"; field in BugStorageProvider100 Uri.parse("content://" + AUTHORITY + "/" + BUG_REPORTS_TABLE);140 private static final String CREATE_TABLE = "CREATE TABLE " + BUG_REPORTS_TABLE + " ("167 db.execSQL("ALTER TABLE " + BUG_REPORTS_TABLE + " ADD COLUMN " in onUpgrade()171 db.execSQL("ALTER TABLE " + BUG_REPORTS_TABLE + " ADD COLUMN " in onUpgrade()173 db.execSQL("ALTER TABLE " + BUG_REPORTS_TABLE + " ADD COLUMN " in onUpgrade()184 return Uri.parse("content://" + AUTHORITY + "/" + BUG_REPORTS_TABLE + "/" in buildUriWithSegment()190 mUriMatcher.addURI(AUTHORITY, BUG_REPORTS_TABLE, URL_MATCHED_BUG_REPORTS_URI); in BugStorageProvider()191 mUriMatcher.addURI(AUTHORITY, BUG_REPORTS_TABLE + "/#", URL_MATCHED_BUG_REPORT_ID_URI); in BugStorageProvider()193 AUTHORITY, BUG_REPORTS_TABLE + "/" + URL_SEGMENT_DELETE_FILES + "/#", in BugStorageProvider()[all …]