Searched refs:bugreportType (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerShellCommand.java939 int bugreportType = ActivityManager.BUGREPORT_OPTION_FULL;
942 bugreportType = ActivityManager.BUGREPORT_OPTION_INTERACTIVE;
944 bugreportType = ActivityManager.BUGREPORT_OPTION_TELEPHONY;
950 mInterface.requestBugReport(bugreportType);
H A DActivityManagerService.java13765 public void requestBugReport(int bugreportType) { argument
13767 switch (bugreportType) {
13788 + bugreportType);
13808 int bugreportType) {
13837 requestBugReport(bugreportType);
13807 requestBugReportWithDescription(String shareTitle, String shareDescription, int bugreportType) argument
[all...]
/frameworks/base/core/java/android/app/
H A DIActivityManager.aidl353 void requestBugReport(int bugreportType);

Completed in 845 milliseconds