Searched refs:screenshotIntent (Results 1 – 1 of 1) sorted by relevance
516 final Intent screenshotIntent = new Intent(mContext, BugreportProgressService.class); in updateProgress() local517 screenshotIntent.setAction(INTENT_BUGREPORT_SCREENSHOT); in updateProgress()518 screenshotIntent.putExtra(EXTRA_ID, info.id); in updateProgress()520 .getService(mContext, info.id, screenshotIntent, in updateProgress()