Home | History | Annotate | Download | only in bugreport

Lines Matching refs:bugreport

17 package com.android.bugreport.bugreport;
19 import com.android.bugreport.util.Line;
20 import com.android.bugreport.util.Lines;
21 import com.android.bugreport.util.Utils;
29 * Parse the header and footer of the bugreport.
41 private Bugreport mBugreport;
50 * Set the Bugreport that we're working on.
52 public void setBugreport(Bugreport bugreport) {
53 mBugreport = bugreport;