Home
last modified time | relevance | path

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

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