Searched defs:BugreportProgressService (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java118 public class BugreportProgressService extends Service { class in inherits:Service
119 private static final String TAG = "BugreportProgressService";
486 final Intent infoIntent = new Intent(mContext, BugreportProgressService.class);
495 final Intent screenshotIntent = new Intent(mContext, BugreportProgressService.class);
531 intent.setClass(context, BugreportProgressService.class);
737 synchronized (BugreportProgressService.this) {
838 // Since BugreportProvider and BugreportProgressService aren't tightly coupled,
1017 shareIntent.setClass(mContext, BugreportProgressService.class);

Completed in 65 milliseconds