Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/BugReportApp/tests/src/com/android/car/bugreport/
H A DBugStorageUtilsTest.java123 boolean deleteResult = BugStorageUtils.completeDeleteBugReport(mContext, bug.getId()); in test_completeDeleteBugReport_removesBugReportRecordFromDb()
222 BugStorageUtils.completeDeleteBugReport(mContext, bug.getId()); in deleteAllBugReports()
H A DTtlPointsDecrementalTest.java119 BugStorageUtils.completeDeleteBugReport(mContext, bug.getId()); in deleteAllBugReports()
/aosp12/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
H A DBugStorageUtils.java171 static boolean completeDeleteBugReport(@NonNull Context context, int bugReportId) { in completeDeleteBugReport() method in BugStorageUtils
H A DBugReportActivity.java482 BugStorageUtils.completeDeleteBugReport(this, mMetaBugReport.getId()); in buttonShowBugReportsClick()