Home
last modified time | relevance | path

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

/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java393 shareBugreport(id, (BugreportInfo) intent.getParcelableExtra(EXTRA_INFO)); in handleMessage()
424 private BugreportInfo getInfo(int id) { in getInfo()
456 final BugreportInfo info = new BugreportInfo(mContext, id, pid, name, max); in startProgress()
476 private void updateProgress(BugreportInfo info) { in updateProgress()
564 private static PendingIntent newCancelIntent(Context context, BugreportInfo info) { in newCancelIntent()
596 final BugreportInfo info = getInfo(id); in cancel()
611 final BugreportInfo info = getInfo(id); in launchBugreportInfoDialog()
682 final BugreportInfo info = getInfo(id); in takeScreenshot()
701 final BugreportInfo info = mProcesses.valueAt(i).info; in setTakingScreenshot()
723 final BugreportInfo info = getInfo(resultMsg.arg1); in handleScreenshotResponse()
[all …]