Home
last modified time | relevance | path

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

/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DBugStorageProvider.java97 @interface UriActionSegments {} annotation in BugStorageProvider
183 static Uri buildUriWithSegment(int bugReportId, @UriActionSegments String segment) { in buildUriWithSegment()