Searched refs:triggerShellBugreport (Results 1 – 1 of 1) sorted by relevance
6650 Intent triggerShellBugreport = new Intent(); in requestBugReportWithDescription() local6651 triggerShellBugreport.setAction(INTENT_BUGREPORT_REQUESTED); in requestBugReportWithDescription()6652 triggerShellBugreport.setPackage(SHELL_APP_PACKAGE); in requestBugReportWithDescription()6653 triggerShellBugreport.putExtra(EXTRA_BUGREPORT_TYPE, bugreportType); in requestBugReportWithDescription()6654 triggerShellBugreport.addFlags(Intent.FLAG_RECEIVER_FOREGROUND); in requestBugReportWithDescription()6655 triggerShellBugreport.addFlags(Intent.FLAG_RECEIVER_INCLUDE_BACKGROUND); in requestBugReportWithDescription()6657 triggerShellBugreport.putExtra(EXTRA_TITLE, shareTitle); in requestBugReportWithDescription()6660 triggerShellBugreport.putExtra(EXTRA_DESCRIPTION, shareDescription); in requestBugReportWithDescription()6665 mContext.sendBroadcastAsUser(triggerShellBugreport, UserHandle.SYSTEM); in requestBugReportWithDescription()