Searched defs:screenshotFile (Results 1 – 2 of 2) sorted by relevance
71 File screenshotFile = new File(screenshotDir, observer.getCreatedPath()); in testScreenshot() local136 private boolean isValidImage(File screenshotFile) { in isValidImage()
731 String screenshotFile = (String) requestMsg.obj; in handleScreenshotRequest() local745 final File screenshotFile = new File((String) resultMsg.obj); in handleScreenshotResponse() local1339 private static boolean takeScreenshot(Context context, String screenshotFile) { in takeScreenshot()