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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DScreenshotTest.java71 File screenshotFile = new File(screenshotDir, observer.getCreatedPath());
74 screenshotFile.getName()), screenshotFile.isFile());
76 screenshotFile.getName()), isValidImage(screenshotFile));
79 screenshotFile.delete();
136 private boolean isValidImage(File screenshotFile) { argument
137 Bitmap b = BitmapFactory.decodeFile(screenshotFile.getAbsolutePath());

Completed in 1010 milliseconds