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

/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportReceiver.java19 import static com.android.shell.BugreportProgressService.EXTRA_BUGREPORT;
20 import static com.android.shell.BugreportProgressService.EXTRA_ORIGINAL_INTENT;
21 import static com.android.shell.BugreportProgressService.INTENT_BUGREPORT_FINISHED;
22 import static com.android.shell.BugreportProgressService.getFileExtra;
23 import static com.android.shell.BugreportProgressService.dumpIntent;
60 Intent serviceIntent = new Intent(context, BugreportProgressService.class);
H A DRemoteBugreportReceiver.java19 import static com.android.shell.BugreportProgressService.EXTRA_BUGREPORT;
20 import static com.android.shell.BugreportProgressService.INTENT_REMOTE_BUGREPORT_FINISHED;
21 import static com.android.shell.BugreportProgressService.getFileExtra;
22 import static com.android.shell.BugreportProgressService.getUri;
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);
/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DUtilitiesTest.java20 import static com.android.shell.BugreportProgressService.isValid;
H A DBugreportReceiverTest.java28 import static com.android.shell.BugreportProgressService.EXTRA_BUGREPORT;
29 import static com.android.shell.BugreportProgressService.EXTRA_ID;
30 import static com.android.shell.BugreportProgressService.EXTRA_MAX;
31 import static com.android.shell.BugreportProgressService.EXTRA_NAME;
32 import static com.android.shell.BugreportProgressService.EXTRA_PID;
33 import static com.android.shell.BugreportProgressService.EXTRA_SCREENSHOT;
34 import static com.android.shell.BugreportProgressService.INTENT_BUGREPORT_FINISHED;
35 import static com.android.shell.BugreportProgressService.INTENT_BUGREPORT_STARTED;
36 import static com.android.shell.BugreportProgressService.POLLING_FREQUENCY;
37 import static com.android.shell.BugreportProgressService
[all...]

Completed in 204 milliseconds