Home
last modified time | relevance | path

Searched refs:INTENT_BUGREPORT_REQUESTED (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DBugReportHandlerUtil.java49 private static final String INTENT_BUGREPORT_REQUESTED = field in BugReportHandlerUtil
148 Intent intent = new Intent(INTENT_BUGREPORT_REQUESTED); in launchBugReportHandlerApp()
197 Intent intent = new Intent(INTENT_BUGREPORT_REQUESTED); in getBugReportHandlerAppReceivers()
H A DActivityManagerService.java461 private static final String INTENT_BUGREPORT_REQUESTED = field in ActivityManagerService
6651 triggerShellBugreport.setAction(INTENT_BUGREPORT_REQUESTED); in requestBugReportWithDescription()
/aosp12/packages/apps/Settings/src/com/android/settings/bugreporthandler/
H A DBugReportHandlerUtil.java47 private static final String INTENT_BUGREPORT_REQUESTED = field in BugReportHandlerUtil
222 final Intent intent = new Intent(INTENT_BUGREPORT_REQUESTED); in getBugReportHandlerAppReceivers()
/aosp12/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java28 import static com.android.shell.BugreportProgressService.INTENT_BUGREPORT_REQUESTED;
542 new Intent(INTENT_BUGREPORT_REQUESTED)); in testBugreportRequestTwice_oneStartBugreportInvoked()
602 Intent intent = new Intent(INTENT_BUGREPORT_REQUESTED); in sendBugreportStarted()
/aosp12/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java143 static final String INTENT_BUGREPORT_REQUESTED = field in BugreportProgressService
546 case INTENT_BUGREPORT_REQUESTED: in handleMessage()