Home
last modified time | relevance | path

Searched refs:storePath (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DUiDevice.java831 public boolean takeScreenshot(File storePath) { in takeScreenshot() argument
832 Tracer.trace(storePath); in takeScreenshot()
833 return takeScreenshot(storePath, 1.0f, 90); in takeScreenshot()
847 public boolean takeScreenshot(File storePath, float scale, int quality) { in takeScreenshot() argument
848 Tracer.trace(storePath, scale, quality); in takeScreenshot()
849 return getAutomatorBridge().takeScreenshot(storePath, quality); in takeScreenshot()
DUiAutomatorBridge.java108 public boolean takeScreenshot(File storePath, int quality) { in takeScreenshot() argument
115 bos = new BufferedOutputStream(new FileOutputStream(storePath)); in takeScreenshot()
/frameworks/base/docs/html/tools/help/uiautomator/
DUiDevice.jd877 …s="sympad"><a href="#takeScreenshot(java.io.File)">takeScreenshot</a></span>(File storePath)</nobr>
898 …akeScreenshot(java.io.File, float, int)">takeScreenshot</a></span>(File storePath, float scale, in…
2919 <span class="normal">(File storePath)</span>
2931 <th>storePath</td>
2961 <span class="normal">(File storePath, float scale, int quality)</span>
2972 <th>storePath</td>