Searched refs:BugReportActivity (Results 1 – 5 of 5) sorted by relevance
9 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 the58 1. `adb shell am start com.android.car.bugreport/.BugReportActivity`
70 public class BugReportActivity extends Activity { class71 private static final String TAG = BugReportActivity.class.getSimpleName();145 Intent addAudioIntent = new Intent(context, BugReportActivity.class); in buildAddAudioIntent()286 BugReportActivity.this::onCarDrivingStateChanged); in onCarLifecycleChanged()
100 return bug.getTitle().substring(1, BugReportActivity.LOOKUP_STRING_LENGTH + 1); in extractLookupCode()
154 startActivityForResult(BugReportActivity.buildAddAudioIntent(this, bugReport), in onBugReportItemClicked()193 Intent intent = new Intent(this, BugReportActivity.class); in onStartBugReportButtonClick()
244 mMetaBugReport = BugReportActivity.createBugReport(this, MetaBugReport.TYPE_SILENT); in onStartCommand()541 startActivity(BugReportActivity.buildAddAudioIntent(this, mMetaBugReport)); in zipDirectoryAndUpdateStatus()