Home
last modified time | relevance | path

Searched refs:BugreportProgressService (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/Shell/src/com/android/shell/
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;
59 Intent serviceIntent = new Intent(context, BugreportProgressService.class); in onReceive()
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;
DBugreportWarningActivity.java24 import static com.android.shell.BugreportProgressService.sendShareIntent;
DHeapDumpReceiver.java19 import static com.android.shell.BugreportProgressService.isTv;
DBugreportProgressService.java138 public class BugreportProgressService extends Service { class
517 final Intent infoIntent = new Intent(mContext, BugreportProgressService.class); in updateProgress()
526 final Intent screenshotIntent = new Intent(mContext, BugreportProgressService.class); in updateProgress()
566 intent.setClass(context, BugreportProgressService.class); in newCancelIntent()
698 synchronized (BugreportProgressService.this) { in setTakingScreenshot()
1022 shareIntent.setClass(mContext, BugreportProgressService.class); in sendBugreportNotification()
/frameworks/base/packages/Shell/tests/src/com/android/shell/
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.SCREENSHOT_DELAY_SECONDS;
930 String service = BugreportProgressService.class.getName(); in assertServiceNotRunning()
[all …]
DUtilitiesTest.java20 import static com.android.shell.BugreportProgressService.isValid;
DBugreportProgressServiceTest.java18 import static com.android.shell.BugreportProgressService.findSendToAccount;