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.java139 public class BugreportProgressService extends Service { class
820 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()
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DUtilitiesTest.java18 import static com.android.shell.BugreportProgressService.isValid;
DBugreportReceiverTest.java28 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()
DBugreportProgressServiceTest.java18 import static com.android.shell.BugreportProgressService.findSendToAccount;