Searched defs:screenshotFile (Results 1 – 1 of 1) sorted by relevance
713 String screenshotFile = (String) requestMsg.obj; in handleScreenshotRequest() local727 final File screenshotFile = new File((String) resultMsg.obj); in handleScreenshotResponse() local805 final File screenshotFile = getFileExtra(intent, EXTRA_SCREENSHOT); in onBugreportFinished() local814 private void onBugreportFinished(int id, File bugreportFile, @Nullable File screenshotFile, in onBugreportFinished()