Searched refs:BugReportService (Results 1 – 4 of 4) sorted by relevance
81 public class BugReportService extends Service { class82 private static final String TAG = BugReportService.class.getSimpleName();173 BugReportService getService() { in getService()175 return BugReportService.this; in getService()439 mSingleThreadExecutor.submit(BugReportService.this::zipDirectoryAndUpdateStatus); in requestBugReport()464 BugReportService.this, mMetaBugReport, in handleBugReportManagerError()538 BugStorageUtils.setBugReportStatus(BugReportService.this, in zipDirectoryAndUpdateStatus()546 BugStorageUtils.setBugReportStatus(BugReportService.this, in zipDirectoryAndUpdateStatus()
18 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()
134 mNotificationManager.cancel(BugReportService.BUGREPORT_FINISHED_NOTIF_ID); in cancelBugReportFinishedNotification()
10 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`