Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
H A DBugReportInfoActivity.java154 startActivityForResult(BugReportActivity.buildAddAudioIntent(this, bugReport), in onBugReportItemClicked()
H A DBugReportService.java541 startActivity(BugReportActivity.buildAddAudioIntent(this, mMetaBugReport)); in zipDirectoryAndUpdateStatus()
H A DBugReportActivity.java144 static Intent buildAddAudioIntent(Context context, MetaBugReport bug) { in buildAddAudioIntent() method in BugReportActivity