Home
last modified time | relevance | path

Searched defs:changes (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/appcompat/compatchanges/src/com/android/cts/appcompat/
DCompatChangesValidConfigTest.java113 List<Change> changes = new ArrayList<>(); in getExpectedCompatConfig() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DAccessibilityEventFilterUtils.java43 public static AccessibilityEventFilter filterWindowContentChangedWithChangeTypes(int changes) { in filterWindowContentChangedWithChangeTypes()
49 public static AccessibilityEventFilter filterWindowsChangedWithChangeTypes(int changes) { in filterWindowsChangedWithChangeTypes()
/cts/hostsidetests/appcompat/host/lib/src/android/compat/cts/
DCompatChangeGatingTestCase.java314 protected void resetCompatChanges(Set<Long> changes, @Nonnull String packageName) in resetCompatChanges()
/cts/tests/tests/content/src/android/content/cts/
DContentResolverTest.java1723 public synchronized boolean hadChanges(Collection<Change> changes) { in hadChanges()