Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
H A DMetaBugReport.java50 @interface BugReportType {}; annotation in MetaBugReport
217 public abstract Builder setType(@BugReportType int type); in setType()
H A DBugStorageUtils.java101 @MetaBugReport.BugReportType int type) { in createBugReport()