Home
last modified time | relevance | path

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

/packages/services/Car/tests/BugReportApp/
DREADME.md9 2. It opens BugReportActivity as dialog under current user (e.g. u10)
10 3. BugReportActivity connects to BugReportService and checks if a bugreporting is running.
15 7. If the drivers cancels the dialog, the BugReportActivity deletes temp directory and closes the
58 1. `adb shell am start com.android.car.bugreport/.BugReportActivity`
/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DBugReportActivity.java70 public class BugReportActivity extends Activity { class
71 private static final String TAG = BugReportActivity.class.getSimpleName();
145 Intent addAudioIntent = new Intent(context, BugReportActivity.class); in buildAddAudioIntent()
286 BugReportActivity.this::onCarDrivingStateChanged); in onCarLifecycleChanged()
DBugReportInfoActivity.java154 startActivityForResult(BugReportActivity.buildAddAudioIntent(this, bugReport), in onBugReportItemClicked()
193 Intent intent = new Intent(this, BugReportActivity.class); in onStartBugReportButtonClick()
DFileUtils.java100 return bug.getTitle().substring(1, BugReportActivity.LOOKUP_STRING_LENGTH + 1); in extractLookupCode()
DBugReportService.java244 mMetaBugReport = BugReportActivity.createBugReport(this, MetaBugReport.TYPE_SILENT); in onStartCommand()
538 startActivity(BugReportActivity.buildAddAudioIntent(this, mMetaBugReport)); in zipDirectoryAndUpdateStatus()