Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/Shell/src/com/android/shell/
H A 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()
H A DBugreportWarningActivity.java24 import static com.android.shell.BugreportProgressService.sendShareIntent;
H A DBugreportProgressService.java137 public class BugreportProgressService extends Service { class
771 final Intent infoIntent = new Intent(mContext, BugreportProgressService.class); in updateProgress()
781 final Intent screenshotIntent = new Intent(mContext, BugreportProgressService.class); in updateProgress()
826 intent.setClass(context, BugreportProgressService.class); in newCancelIntent()
841 intent.setClass(context, BugreportProgressService.class); in newBugreportDoneIntent()
1325 shareIntent.setClass(mContext, BugreportProgressService.class); in sendBugreportNotification()
1752 @VisibleForTesting BugreportProgressService getService() { in getService()
1753 return BugreportProgressService.this; in getService()
H A DHeapDumpReceiver.java19 import static com.android.shell.BugreportProgressService.isTv;
/aosp14/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A 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()
H A DUtilitiesTest.java20 import static com.android.shell.BugreportProgressService.isValid;
H A DBugreportProgressServiceTest.java18 import static com.android.shell.BugreportProgressService.findSendToAccount;