Searched refs:BugreportProgressService (Results 1 – 7 of 7) sorted by relevance
19 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()
24 import static com.android.shell.BugreportProgressService.sendShareIntent;
19 import static com.android.shell.BugreportProgressService.isTv;
133 public class BugreportProgressService extends Service { class731 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()
20 import static com.android.shell.BugreportProgressService.isValid;
28 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()
18 import static com.android.shell.BugreportProgressService.findSendToAccount;