Searched refs:BugreportInfo (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java194 private final SparseArray<BugreportInfo> mProcesses = new SparseArray<>();
360 shareBugreport(id, (BugreportInfo) intent.getParcelableExtra(EXTRA_INFO));
400 private BugreportInfo getInfo(int id) {
401 final BugreportInfo info = mProcesses.get(id);
409 * Creates the {@link BugreportInfo} for a process and issue a system notification to
431 final BugreportInfo info = new BugreportInfo(mContext, id, pid, name, max);
445 private void updateProgress(BugreportInfo info) {
529 private static PendingIntent newCancelIntent(Context context, BugreportInfo info) {
560 final BugreportInfo inf
1579 private static final class BugreportInfo implements Parcelable { class in class:BugreportProgressService
1671 BugreportInfo(Context context, int id, int pid, String name, int max) { method in class:BugreportProgressService.BugreportInfo
1683 BugreportInfo(Context context, int id) { method in class:BugreportProgressService.BugreportInfo
1753 protected BugreportInfo(Parcel in) { method in class:BugreportProgressService.BugreportInfo
[all...]

Completed in 22 milliseconds