Home
last modified time | relevance | path

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

/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DBugReportActivity.java456 new AddAudioToBugReportAsyncTask(this, mConfig, mMetaBugReport, mAudioFile).execute(); in buttonSubmitClick()
674 private static class AddAudioToBugReportAsyncTask extends AsyncTask<Void, Void, Void> { class in BugReportActivity
680 AddAudioToBugReportAsyncTask( in AddAudioToBugReportAsyncTask() method in BugReportActivity.AddAudioToBugReportAsyncTask