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