Home
last modified time | relevance | path

Searched refs:mAutomation (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/preference2/src/android/preference2/cts/
DTestUtils.java47 private final UiAutomation mAutomation; field in TestUtils
54 mAutomation = mInstrumentation.getUiAutomation(); in TestUtils()
61 Bitmap bt = mAutomation.takeScreenshot(); in takeScreenshot()
/cts/tests/tests/view/src/android/view/cts/
DDragDropTest.java57 final UiAutomation mAutomation = mInstrumentation.getUiAutomation(); field in DragDropTest
245 mAutomation.injectInputEvent(event, false); in injectMouseWithOffset()