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;
139 public class BugreportProgressService extends Service { class820 final Intent infoIntent = new Intent(mContext, BugreportProgressService.class); in updateProgress()830 final Intent screenshotIntent = new Intent(mContext, BugreportProgressService.class); in updateProgress()875 intent.setClass(context, BugreportProgressService.class); in newCancelIntent()890 intent.setClass(context, BugreportProgressService.class); in newBugreportDoneIntent()1396 shareIntent.setClass(mContext, BugreportProgressService.class); in sendBugreportNotification()1823 @VisibleForTesting BugreportProgressService getService() { in getService()1824 return BugreportProgressService.this; in getService()
18 import static com.android.shell.BugreportProgressService.isValid;
28 import static com.android.shell.BugreportProgressService.INTENT_BUGREPORT_REQUESTED;29 import static com.android.shell.BugreportProgressService.PROPERTY_LAST_ID;30 import static com.android.shell.BugreportProgressService.SCREENSHOT_DELAY_SECONDS;159 private BugreportProgressService mService;190 mService = ((BugreportProgressService.LocalBinder) mServiceRule.bindService( in setUp()191 new Intent(mContext, BugreportProgressService.class))).getService(); in setUp()834 String service = BugreportProgressService.class.getName(); in waitForService()850 String service = BugreportProgressService.class.getName(); in killService()
18 import static com.android.shell.BugreportProgressService.findSendToAccount;