Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DAccessibilityEventFilterUtils.java73 @NonNull UiAutomation uiAutomation, int changeTypes, @NonNull String title) { in filterWindowsChangeTypesAndWindowTitle() argument
74 return filterWindowsChangeTypesAndWindowTitle(uiAutomation, changeTypes, title, in filterWindowsChangeTypesAndWindowTitle()
79 @NonNull UiAutomation uiAutomation, int changeTypes, @NonNull String title, in filterWindowsChangeTypesAndWindowTitle() argument
82 new WindowChangesMatcher(changeTypes), in filterWindowsChangeTypesAndWindowTitle()
87 int changeTypes) { in filterWindowsChangTypesAndWindowId() argument
89 new WindowChangesMatcher(changeTypes), in filterWindowsChangTypesAndWindowId()