Searched refs:bugreportType (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | BugreportProgressService.java | 680 int bugreportType = intent.getIntExtra(EXTRA_BUGREPORT_TYPE, in startBugreportAPI() local 683 String baseName = getBugreportBaseName(bugreportType); in startBugreportAPI() 688 shareDescription, bugreportType, mBugreportsDir, nonce, extraAttachment); in startBugreportAPI() 705 if (isDefaultScreenshotRequired(bugreportType, /* hasScreenshotButton= */ !mIsTv)) { in startBugreportAPI() 718 Log.i(TAG, "bugreport type = " + bugreportType in startBugreportAPI() 726 new BugreportParams(bugreportType), executor, bugreportCallback); in startBugreportAPI() 741 @BugreportParams.BugreportMode int bugreportType, in isDefaultScreenshotRequired() 745 return (bugreportType == BugreportParams.BUGREPORT_MODE_INTERACTIVE && !hasScreenshotButton) in isDefaultScreenshotRequired() 746 || bugreportType == BugreportParams.BUGREPORT_MODE_FULL in isDefaultScreenshotRequired() 747 || bugreportType == BugreportParams.BUGREPORT_MODE_WEAR; in isDefaultScreenshotRequired()
|
/frameworks/base/core/java/android/app/ |
D | IActivityManager.aidl | 472 void requestBugReport(int bugreportType); in requestBugReport() argument 474 in @nullable String shareDescription, int bugreportType); in requestBugReportWithDescription() argument
|