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.java383 shareBugreport(id, (BugreportInfo) intent.getParcelableExtra(EXTRA_INFO)); in handleMessage()
414 private BugreportInfo getInfo(int id) { in getInfo()
446 final BugreportInfo info = new BugreportInfo(mContext, id, pid, name, max); in startProgress()
466 private void updateProgress(BugreportInfo info) { in updateProgress()
554 private static PendingIntent newCancelIntent(Context context, BugreportInfo info) { in newCancelIntent()
586 final BugreportInfo info = getInfo(id); in cancel()
601 final BugreportInfo info = getInfo(id); in launchBugreportInfoDialog()
672 final BugreportInfo info = getInfo(id); in takeScreenshot()
691 final BugreportInfo info = mProcesses.valueAt(i).info; in setTakingScreenshot()
713 final BugreportInfo info = getInfo(resultMsg.arg1); in handleScreenshotResponse()
[all …]