Searched refs:bugreportType (Results 1 – 3 of 3) sorted by relevance
1000 int bugreportType = ActivityManager.BUGREPORT_OPTION_FULL;1003 bugreportType = ActivityManager.BUGREPORT_OPTION_INTERACTIVE;1005 bugreportType = ActivityManager.BUGREPORT_OPTION_TELEPHONY;1011 mInterface.requestBugReport(bugreportType);
8145 public void requestBugReport(int bugreportType) { in requestBugReport() argument8147 switch (bugreportType) { in requestBugReport()8168 + bugreportType); in requestBugReport()8188 int bugreportType) { in requestBugReportWithDescription() argument8217 requestBugReport(bugreportType); in requestBugReportWithDescription()
357 void requestBugReport(int bugreportType); in requestBugReport() argument