Home
last modified time | relevance | path

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

/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportRequestedReceiver.java19 import static com.android.shell.BugreportProgressService.EXTRA_ORIGINAL_INTENT;
20 import static com.android.shell.BugreportProgressService.dumpIntent;
41 Intent serviceIntent = new Intent(context, BugreportProgressService.class); in onReceive()
DBugreportWarningActivity.java24 import static com.android.shell.BugreportProgressService.sendShareIntent;
DHeapDumpReceiver.java19 import static com.android.shell.BugreportProgressService.isTv;
DBugreportProgressService.java133 public class BugreportProgressService extends Service { class
731 final Intent infoIntent = new Intent(mContext, BugreportProgressService.class); in updateProgress()
740 final Intent screenshotIntent = new Intent(mContext, BugreportProgressService.class); in updateProgress()
784 intent.setClass(context, BugreportProgressService.class); in newCancelIntent()
1223 shareIntent.setClass(mContext, BugreportProgressService.class); in sendBugreportNotification()
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DUtilitiesTest.java20 import static com.android.shell.BugreportProgressService.isValid;
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_NAME;
31 import static com.android.shell.BugreportProgressService.EXTRA_SCREENSHOT;
32 import static com.android.shell.BugreportProgressService.INTENT_BUGREPORT_FINISHED;
33 import static com.android.shell.BugreportProgressService.SCREENSHOT_DELAY_SECONDS;
932 String service = BugreportProgressService.class.getName(); in assertServiceNotRunning()
948 String service = BugreportProgressService.class.getName(); in waitForService()
964 String service = BugreportProgressService.class.getName(); in killService()
DBugreportProgressServiceTest.java18 import static com.android.shell.BugreportProgressService.findSendToAccount;