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

/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DUiDevice.java787 * @param storePath where the PNG should be written to
791 public boolean takeScreenshot(File storePath) { argument
792 Tracer.trace(storePath);
793 return takeScreenshot(storePath, 1.0f, 90);
801 * @param storePath where the PNG should be written to
807 public boolean takeScreenshot(File storePath, float scale, int quality) { argument
808 Tracer.trace(storePath, scale, quality);
859 FileOutputStream fos = new FileOutputStream(storePath);

Completed in 430 milliseconds