Searched refs:bugreportType (Results 1 – 3 of 3) sorted by relevance
855 int bugreportType = ActivityManager.BUGREPORT_OPTION_FULL;858 bugreportType = ActivityManager.BUGREPORT_OPTION_INTERACTIVE;860 bugreportType = ActivityManager.BUGREPORT_OPTION_TELEPHONY;866 mInterface.requestBugReport(bugreportType);
12760 public void requestBugReport(int bugreportType) {12762 switch (bugreportType) {12780 + bugreportType);
332 void requestBugReport(int bugreportType); in requestBugReport() argument