Searched refs:bugreportType (Results 1 – 3 of 3) sorted by relevance
1007 int bugreportType = ActivityManager.BUGREPORT_OPTION_FULL;1010 bugreportType = ActivityManager.BUGREPORT_OPTION_INTERACTIVE;1012 bugreportType = ActivityManager.BUGREPORT_OPTION_TELEPHONY;1018 mInterface.requestBugReport(bugreportType);
8195 public void requestBugReport(int bugreportType) { in requestBugReport() argument8197 switch (bugreportType) { in requestBugReport()8218 + bugreportType); in requestBugReport()8238 int bugreportType) { in requestBugReportWithDescription() argument8267 requestBugReport(bugreportType); in requestBugReportWithDescription()
370 void requestBugReport(int bugreportType); in requestBugReport() argument