Searched refs:bugreportManager (Results 1 – 2 of 2) sorted by relevance
251 BugreportManager bugreportManager = context.getSystemService(BugreportManager.class); in onReceive() local252 bugreportManager.requestBugreport( in onReceive()
372 BugreportManager bugreportManager = mContext.getSystemService(BugreportManager.class); in takeBugReport() local375 bugreportManager.requestBugreport(params, bugTitle, bugDetail); in takeBugReport()