Home
last modified time | relevance | path

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

/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DConfigurator.java235 public @NonNull Configurator setUiAutomationFlags(int flags) { in setUiAutomationFlags() argument
236 mUiAutomationFlags = flags; in setUiAutomationFlags()
DUiDevice.java1471 int flags = Configurator.getInstance().getUiAutomationFlags(); in getUiAutomation() local
1473 uiAutomation = Api24Impl.getUiAutomationWithRetry(getInstrumentation(), flags); in getUiAutomation()
1475 if (flags != Configurator.DEFAULT_UIAUTOMATION_FLAGS) { in getUiAutomation()
1494 boolean serviceFlagsChanged = serviceInfo.flags != mCachedServiceFlags; in getUiAutomation()
1498 serviceInfo.flags |= AccessibilityServiceInfo.FLAG_RETRIEVE_INTERACTIVE_WINDOWS; in getUiAutomation()
1501 serviceInfo.flags &= ~AccessibilityServiceInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS; in getUiAutomation()
1503 serviceInfo.flags |= AccessibilityServiceInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS; in getUiAutomation()
1508 serviceInfo.flags)); in getUiAutomation()
1511 mCachedServiceFlags = serviceInfo.flags; in getUiAutomation()
1531 static UiAutomation getUiAutomationWithRetry(Instrumentation instrumentation, int flags) { in getUiAutomationWithRetry() argument
[all …]