Searched refs:bugreportManager (Results 1 – 4 of 4) sorted by relevance
66 BugreportManager bugreportManager = mContext.getSystemService(BugreportManager.class); in startBugreport() local67 if (bugreportManager == null) { in startBugreport()82 bugreportManager.startBugreport(bugreportFd, in startBugreport()
94 BugreportManager bugreportManager = mContext.getSystemService(BugreportManager.class); in takeBugreportThroughBugreportManager() local97 bugreportManager.requestBugreport(params, bugTitle, bugTitle); in takeBugreportThroughBugreportManager()
119 BugreportManager bugreportManager = mContext.getSystemService(BugreportManager.class); in takeBugreportThroughBugreportManager() local122 bugreportManager.requestBugreport(params, bugTitle, description); in takeBugreportThroughBugreportManager()
358 BugreportManager bugreportManager = mContext.getSystemService(BugreportManager.class); in takeBugReportThroughBugreportManager() local361 bugreportManager.requestBugreport(params, bugTitle, bugDetail); in takeBugReportThroughBugreportManager()