Searched refs:BugReportService (Results 1 – 4 of 4) sorted by relevance
18 import static com.google.android.car.bugreport.BugReportService.EXTRA_META_BUG_REPORT;19 import static com.google.android.car.bugreport.BugReportService.MAX_PROGRESS_VALUE;85 private BugReportService mService;95 BugReportService.ServiceBinder binder = (BugReportService.ServiceBinder) service;151 Intent intent = new Intent(this, BugReportService.class); in onCreate()315 Intent intent = new Intent(this, BugReportService.class); in startBugReportingInService()
69 public class BugReportService extends Service { class70 private static final String TAG = BugReportService.class.getSimpleName();138 BugReportService getService() { in getService()140 return BugReportService.this; in getService()
186 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,