Searched refs:INTENT_BUGREPORT_REQUESTED (Results 1 – 3 of 3) 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()
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()
148 static final String INTENT_BUGREPORT_REQUESTED = field in BugreportProgressService609 case INTENT_BUGREPORT_REQUESTED: in handleMessage()