HomeSort by relevance Sort by last modified time
    Searched full:storepath (Results 1 - 13 of 13) sorted by null

  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
UiAutomatorBridge.java 108 public boolean takeScreenshot(File storePath, int quality) {
115 bos = new BufferedOutputStream(new FileOutputStream(storePath));
UiDevice.java 827 * @param storePath where the PNG should be written to
831 public boolean takeScreenshot(File storePath) {
832 Tracer.trace(storePath);
833 return takeScreenshot(storePath, 1.0f, 90);
841 * @param storePath where the PNG should be written to
847 public boolean takeScreenshot(File storePath, float scale, int quality) {
848 Tracer.trace(storePath, scale, quality);
849 return getAutomatorBridge().takeScreenshot(storePath, quality);
  /external/strace/
pathtrace.c 86 storepath(const char *path) function
132 storepath(path);
147 storepath(rpath);
  /cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
CtsUiAutomatorTest.java 752 File storePath = new File(SCREEN_SHOT_FILE_PATH_NAME);
753 getUiDevice().takeScreenshot(storePath);
755 assertTrue("Screenshot file not detected in store", storePath.exists());
756 assertTrue("Zero size for screenshot file", storePath.length() > 0);
    [all...]
  /prebuilts/sdk/17/
uiautomator.jar 
  /prebuilts/sdk/18/
uiautomator.jar 
  /prebuilts/sdk/19/
uiautomator.jar 
  /prebuilts/sdk/20/
uiautomator.jar 
  /prebuilts/sdk/21/
uiautomator.jar 
  /prebuilts/sdk/current/
uiautomator.jar 
  /frameworks/base/docs/html/tools/help/uiautomator/
UiDevice.jd 877 <span class="sympad"><a href="#takeScreenshot(java.io.File)">takeScreenshot</a></span>(File storePath)</nobr>
898 <span class="sympad"><a href="#takeScreenshot(java.io.File, float, int)">takeScreenshot</a></span>(File storePath, float scale, int quality)</nobr>
    [all...]
  /prebuilts/misc/common/power-helper/
PowerTestHelper.jar 
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 

Completed in 814 milliseconds