Home
last modified time | relevance | path

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

/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DBugStorageUtils.java110 Uri uri = r.insert(BugStorageProvider.BUGREPORT_CONTENT_URI, values); in createBugReport()
272 Cursor c = r.query(BugStorageProvider.BUGREPORT_CONTENT_URI, projection, in getBugreports()
409 BugStorageProvider.BUGREPORT_CONTENT_URI, values, where, null); in update()
DTtlPointsDecremental.java60 resolver.update(BugStorageProvider.BUGREPORT_CONTENT_URI, values, where, null); in run()
DBugReportInfoActivity.java119 getContentResolver().registerContentObserver(BugStorageProvider.BUGREPORT_CONTENT_URI, true, in onStart()
DBugStorageProvider.java105 static final Uri BUGREPORT_CONTENT_URI = field in BugStorageProvider
/packages/services/Car/tests/BugReportApp/tests/src/com/android/car/bugreport/
DTtlPointsDecrementalTest.java112 Uri uri = r.insert(BugStorageProvider.BUGREPORT_CONTENT_URI, values); in createBugReport()
DBugStorageUtilsTest.java196 Uri uri = r.insert(BugStorageProvider.BUGREPORT_CONTENT_URI, values); in createBugReport()