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

/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java383 shareBugreport(id, (BugreportInfo) intent.getParcelableExtra(EXTRA_INFO));
414 private BugreportInfo getInfo(int id) {
424 * Creates the {@link BugreportInfo} for a process and issue a system notification to
446 final BugreportInfo info = new BugreportInfo(mContext, id, pid, name, max);
466 private void updateProgress(BugreportInfo info) {
554 private static PendingIntent newCancelIntent(Context context, BugreportInfo info) {
586 final BugreportInfo info = getInfo(id);
596 * Fetches a {@link BugreportInfo} for a given process and launches a dialog where the user can
601 final BugreportInfo inf
1607 private static final class BugreportInfo implements Parcelable { class in class:BugreportProgressService
1704 BugreportInfo(Context context, int id, int pid, String name, int max) { method in class:BugreportProgressService.BugreportInfo
1716 BugreportInfo(Context context, int id) { method in class:BugreportProgressService.BugreportInfo
1807 protected BugreportInfo(Parcel in) { method in class:BugreportProgressService.BugreportInfo
[all...]

Completed in 85 milliseconds