Home
last modified time | relevance | path

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

/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DBugStorageUtils.java95 Uri uri = r.insert(BugStorageProvider.BUGREPORT_CONTENT_URI, values); in createBugReport()
216 Cursor c = r.query(BugStorageProvider.BUGREPORT_CONTENT_URI, projection, in getBugreports()
368 BugStorageProvider.BUGREPORT_CONTENT_URI, values, where, null); in update()
DBugReportInfoActivity.java119 getContentResolver().registerContentObserver(BugStorageProvider.BUGREPORT_CONTENT_URI, true, in onStart()
DBugStorageProvider.java99 static final Uri BUGREPORT_CONTENT_URI = field in BugStorageProvider