Home
last modified time | relevance | path

Searched defs:automation (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
H A DActionCreateDocumentUiTest.java64 UiAutomation automation = getInstrumentation().getUiAutomation(); in setup() local
H A DActivityTest.java70 public UiAutomation automation; field in ActivityTest
H A DDialogUiTest.java355 public static String runShellCommand(UiAutomation automation, String cmd) in runShellCommand()
/aosp12/packages/apps/DocumentsUI/perf-tests/src/com/android/documentsui/
H A DFilesJankPerfTest.java54 final UiAutomation automation = getInstrumentation().getUiAutomation(); in setUpInLoop() local
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
H A DBots.java52 public Bots(UiDevice device, UiAutomation automation, Context context, int timeout) { in Bots()
H A DGestureBot.java51 public GestureBot(UiDevice device, UiAutomation automation, Context context, int timeout) { in GestureBot()
H A DDirectoryListBot.java70 UiDevice device, UiAutomation automation, Context context, int timeout) { in DirectoryListBot()
/aosp12/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
H A DCarApiTestBase.java182 UiAutomation automation = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in waitForLogcatMessage() local
/aosp12/packages/modules/NetworkStack/tests/integration/src/android/net/ip/
H A DIpClientRootTest.kt65 private val automation by lazy { InstrumentationRegistry.getInstrumentation().uiAutomation } regex
/aosp12/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivityTest.java241 final UiAutomation automation = getInstrumentation().getUiAutomation(); in setUp() local