Searched refs:INTENT_BUGREPORT_REQUESTED (Results 1 – 5 of 5) sorted by relevance
49 private static final String INTENT_BUGREPORT_REQUESTED = field in BugReportHandlerUtil148 Intent intent = new Intent(INTENT_BUGREPORT_REQUESTED); in launchBugReportHandlerApp()197 Intent intent = new Intent(INTENT_BUGREPORT_REQUESTED); in getBugReportHandlerAppReceivers()
461 private static final String INTENT_BUGREPORT_REQUESTED = field in ActivityManagerService6651 triggerShellBugreport.setAction(INTENT_BUGREPORT_REQUESTED); in requestBugReportWithDescription()
47 private static final String INTENT_BUGREPORT_REQUESTED = field in BugReportHandlerUtil222 final Intent intent = new Intent(INTENT_BUGREPORT_REQUESTED); in getBugReportHandlerAppReceivers()
28 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()
143 static final String INTENT_BUGREPORT_REQUESTED = field in BugreportProgressService546 case INTENT_BUGREPORT_REQUESTED: in handleMessage()