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