Home
last modified time | relevance | path

Searched defs:content (Results 1 – 3 of 3) sorted by relevance

/platform_testing/tests/jank/uibench/src/com/android/uibench/janktests/
DUiBenchJankTestsHelper.java115 public void flingUpDown(UiObject2 content, int flingCount) { in flingUpDown()
119 public void flingUpDown(UiObject2 content, int flingCount, boolean reverse) { in flingUpDown()
133 public void swipeRightLeft(UiObject2 content, int swipeCount) { in swipeRightLeft()
144 public void slowSingleFlingDown(UiObject2 content) { in slowSingleFlingDown()
/platform_testing/libraries/device-collectors/src/main/platform-collectors/src/android/device/collectors/
DStatsdListener.java364 protected File writeToFile(File f, byte[] content) throws IOException { in writeToFile()
365 Files.write(f.toPath(), content); in writeToFile() local
/platform_testing/tests/jank/jankmicrobenchmark/src/com/android/jankmicrobenchmark/janktests/
DApiDemoJankTests.java367 UiObject2 content = mDevice.wait(Until.findObject(By.res( in testExapandableListViewJank() local