Home
last modified time | relevance | path

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

/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DBugReportService.java81 public class BugReportService extends Service { class
82 private static final String TAG = BugReportService.class.getSimpleName();
173 BugReportService getService() { in getService()
175 return BugReportService.this; in getService()
437 mSingleThreadExecutor.submit(BugReportService.this::zipDirectoryAndUpdateStatus); in requestBugReport()
462 BugReportService.this, mMetaBugReport, in handleBugReportManagerError()
535 BugStorageUtils.setBugReportStatus(BugReportService.this, in zipDirectoryAndUpdateStatus()
543 BugStorageUtils.setBugReportStatus(BugReportService.this, in zipDirectoryAndUpdateStatus()
DBugReportActivity.java18 import static com.android.car.bugreport.BugReportService.MAX_PROGRESS_VALUE;
113 private BugReportService mService;
127 BugReportService.ServiceBinder binder = (BugReportService.ServiceBinder) service;
160 Intent intent = new Intent(this, BugReportService.class); in onCreate()
465 bundle.putParcelable(BugReportService.EXTRA_META_BUG_REPORT, bug); in startBugReportCollection()
466 Intent intent = new Intent(this, BugReportService.class); in startBugReportCollection()
710 BugReportService.showBugReportFinishedNotification(mContext, bug); in doInBackground()
DBugReportInfoActivity.java134 mNotificationManager.cancel(BugReportService.BUGREPORT_FINISHED_NOTIF_ID); in cancelBugReportFinishedNotification()
/packages/services/Car/tests/BugReportApp/
DREADME.md10 3. BugReportActivity connects to BugReportService and checks if a bugreporting is running.
14 BugReportService.
17 8. BugReportService running under current user (e.g. u10) starts collecting logs using dumpstate,
61 …rvice -a com.android.car.bugreport.action.START_SILENT com.android.car.bugreport/.BugReportService`