Home | History | Annotate | Download | only in monkey

Lines Matching refs:bugreport

17 package com.android.bugreport.monkey;
19 import com.android.bugreport.anr.Anr;
20 import com.android.bugreport.anr.AnrParser;
21 import com.android.bugreport.bugreport.Bugreport;
22 import com.android.bugreport.util.Line;
23 import com.android.bugreport.util.Lines;
24 import com.android.bugreport.util.Utils;
46 * created bugreport.
48 public void parse(Bugreport bugreport, Lines<? extends Line> in) throws IOException {
65 bugreport.anr = bugreport.monkeyAnr = anrs.get(0);