HomeSort by relevance Sort by last modified time
    Searched full:bugreportinfo (Results 1 - 1 of 1) sorted by null

  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportProgressService.java 383 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 info = getInfo(id)
    [all...]

Completed in 3980 milliseconds