Searched refs:INTENT_BUGREPORT_REQUESTED (Results 1 – 4 of 4) sorted by relevance
50 private static final String INTENT_BUGREPORT_REQUESTED = field in BugReportHandlerUtil151 Intent intent = new Intent(INTENT_BUGREPORT_REQUESTED); in launchBugReportHandlerApp()201 Intent intent = new Intent(INTENT_BUGREPORT_REQUESTED); in getBugReportHandlerAppReceivers()
548 private static final String INTENT_BUGREPORT_REQUESTED = field in ActivityManagerService7512 triggerShellBugreport.setAction(INTENT_BUGREPORT_REQUESTED); in requestBugReportWithDescription()
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()
146 static final String INTENT_BUGREPORT_REQUESTED = field in BugreportProgressService561 case INTENT_BUGREPORT_REQUESTED: in handleMessage()