Home
last modified time | relevance | path

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

/packages/services/Car/tests/BugReportApp/src/com/google/android/car/bugreport/
DBugReportActivity.java18 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()
DBugReportService.java69 public class BugReportService extends Service { class
70 private static final String TAG = BugReportService.class.getSimpleName();
138 BugReportService getService() { in getService()
140 return BugReportService.this; in getService()
DBugReportInfoActivity.java186 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,