Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBugReportHandlerUtil.java50 private static final String INTENT_BUGREPORT_REQUESTED = field in BugReportHandlerUtil
151 Intent intent = new Intent(INTENT_BUGREPORT_REQUESTED); in launchBugReportHandlerApp()
201 Intent intent = new Intent(INTENT_BUGREPORT_REQUESTED); in getBugReportHandlerAppReceivers()
H A DActivityManagerService.java548 private static final String INTENT_BUGREPORT_REQUESTED = field in ActivityManagerService
7512 triggerShellBugreport.setAction(INTENT_BUGREPORT_REQUESTED); in requestBugReportWithDescription()
/aosp14/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()
/aosp14/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java146 static final String INTENT_BUGREPORT_REQUESTED = field in BugreportProgressService
561 case INTENT_BUGREPORT_REQUESTED: in handleMessage()