Home
last modified time | relevance | path

Searched refs:BugReportInfoActivity (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tests/BugReportApp/src/com/google/android/car/bugreport/
DBugReportInfoActivity.java61 public class BugReportInfoActivity extends Activity { class
62 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()
DBugReportService.java283 Intent intent = new Intent(getApplicationContext(), BugReportInfoActivity.class); in buildProgressNotification()
479 Intent intent = new Intent(context, BugReportInfoActivity.class); in showBugReportFinishedNotification()
DBugReportActivity.java485 Intent intent = new Intent(this, BugReportInfoActivity.class); in buttonShowBugReportsClick()