Searched refs:BugReportInfoActivity (Results 1 – 3 of 3) sorted by relevance
61 public class BugReportInfoActivity extends Activity { class62 public static final String TAG = BugReportInfoActivity.class.getSimpleName();221 private final BugReportInfoActivity mActivity;230 AsyncMoveFilesTask(BugReportInfoActivity activity, BugInfoAdapter bugInfoAdapter, in AsyncMoveFilesTask()342 private final WeakReference<BugReportInfoActivity> mBugReportInfoActivityWeakReference;344 BugReportsLoaderAsyncTask(BugReportInfoActivity activity) { in BugReportsLoaderAsyncTask()350 BugReportInfoActivity activity = mBugReportInfoActivityWeakReference.get(); in doInBackground()360 BugReportInfoActivity activity = mBugReportInfoActivityWeakReference.get(); in onPostExecute()371 private final BugReportInfoActivity mInfoActivity;379 BugStorageObserver(BugReportInfoActivity activity, Handler handler) { in BugStorageObserver()
283 Intent intent = new Intent(getApplicationContext(), BugReportInfoActivity.class); in buildProgressNotification()479 Intent intent = new Intent(context, BugReportInfoActivity.class); in showBugReportFinishedNotification()
485 Intent intent = new Intent(this, BugReportInfoActivity.class); in buttonShowBugReportsClick()