Home
last modified time | relevance | path

Searched defs:screenshotFile (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DScreenshotTest.java71 File screenshotFile = new File(screenshotDir, observer.getCreatedPath()); in testScreenshot() local
136 private boolean isValidImage(File screenshotFile) { in isValidImage()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java731 String screenshotFile = (String) requestMsg.obj; in handleScreenshotRequest() local
745 final File screenshotFile = new File((String) resultMsg.obj); in handleScreenshotResponse() local
1339 private static boolean takeScreenshot(Context context, String screenshotFile) { in takeScreenshot()