Searched refs:changeTypes (Results 1 – 1 of 1) sorted by relevance
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/ |
D | AccessibilityEventFilterUtils.java | 73 @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()
|