Home
last modified time | relevance | path

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

/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DUiAutomatorTestCase.java37 private IAutomationSupport mAutomationSupport; field in UiAutomatorTestCase
64 if (mAutomationSupport == null) { in getAutomationSupport()
66 mAutomationSupport = (int resultCode, @NonNull Bundle status) -> { in getAutomationSupport()
70 return mAutomationSupport; in getAutomationSupport()