Searched refs:BugReportService (Results 1 – 4 of 4) sorted by relevance
77 public class BugReportService extends Service { class78 private static final String TAG = BugReportService.class.getSimpleName();168 BugReportService getService() { in getService()170 return BugReportService.this; in getService()425 mSingleThreadExecutor.submit(BugReportService.this::zipDirectoryAndUpdateStatus); in requestBugReport()450 BugReportService.this, mMetaBugReport, in handleBugReportManagerError()523 BugStorageUtils.setBugReportStatus(BugReportService.this, in zipDirectoryAndUpdateStatus()531 BugStorageUtils.setBugReportStatus(BugReportService.this, in zipDirectoryAndUpdateStatus()
18 import static com.google.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()466 bundle.putParcelable(BugReportService.EXTRA_META_BUG_REPORT, bug); in startBugReportCollection()467 Intent intent = new Intent(this, BugReportService.class); in startBugReportCollection()707 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 …oogle.android.car.bugreport.action.START_SILENT com.google.android.car.bugreport/.BugReportService`