Searched defs:bugreport (Results 1 – 4 of 4) sorted by relevance
164 BugreportItem bugreport = new BugreportParser().parse(lines); in testParse() local216 BugreportItem bugreport = new BugreportParser().parse(lines); in testParse_set_logcat_year() local229 BugreportItem bugreport = new BugreportParser().parse(lines); in testParse_command_line() local268 BugreportItem bugreport = new BugreportParser().parse(lines); in testParse_bootreason_kernel_good() local286 BugreportItem bugreport = new BugreportParser().parse(lines); in testParse_bootreason_kernel_bad() local305 BugreportItem bugreport = new BugreportParser().parse(lines); in testParse_bootreason_prop_good() local324 BugreportItem bugreport = new BugreportParser().parse(lines); in testParse_bootreason_prop_bad() local352 BugreportItem bugreport = new BugreportParser().parse(lines); in testParse_bootreason_duplicate() local401 BugreportItem bugreport = new BugreportParser().parse(lines); in testSetAnrTrace_single() local459 BugreportItem bugreport = new BugreportParser().parse(lines); in testSetAnrTrace_multiple() local[all …]
117 BugreportItem bugreport = new BugreportParser().parse(reader); in run() local178 private void printBugreport(BugreportItem bugreport) { in printBugreport()218 private JSONArray getBugreportAnalysis(BugreportItem bugreport) { in getBugreportAnalysis()
123 def SendNotificationEmail(subject, body, bugreport=None): argument
116 def bugreport(self, params, timeout=android_device.BUG_REPORT_TIMEOUT): member in MockAdbProxy