Searched refs:screenshotFile (Results 1 – 2 of 2) sorted by relevance
75 final File screenshotFile = new File(mDumpDir, "sc-" + shortenedTestName + ".png"); in onTestFailure() local76 uiDevice.takeScreenshot(screenshotFile); in onTestFailure()
453 final File screenshotFile = info.screenshotFiles.get(0); in getScreenshotForIntent() local454 final String screenshotFilePath = screenshotFile.getAbsolutePath(); in getScreenshotForIntent()965 String screenshotFile = (String) requestMsg.obj; in handleScreenshotRequest() local966 boolean taken = takeScreenshot(mContext, screenshotFile); in handleScreenshotRequest()970 screenshotFile).sendToTarget(); in handleScreenshotRequest()982 final File screenshotFile = new File((String) resultMsg.obj); in handleScreenshotResponse() local986 info.addScreenshot(screenshotFile); in handleScreenshotResponse()1941 addScreenshot(screenshotFile); in createScreenshotFile()1942 createReadWriteFile(screenshotFile); in createScreenshotFile()2188 for (File screenshotFile : screenshotFiles) { in writeToParcel()[all …]