Home
last modified time | relevance | path

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

/cts/hostsidetests/appcompat/compatchanges/src/com/android/cts/appcompat/
DCompatChangesValidConfigTest.java169 List<Change> changes = new ArrayList<>(); in getExpectedCompatConfig() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DAccessibilityEventFilterUtils.java45 public static AccessibilityEventFilter filterWindowContentChangedWithChangeTypes(int changes) { in filterWindowContentChangedWithChangeTypes()
51 public static AccessibilityEventFilter filterWindowsChangedWithChangeTypes(int changes) { in filterWindowsChangedWithChangeTypes()
/cts/hostsidetests/systemui/src/android/host/systemui/
DActiveTileServiceCompatChangeTest.java111 protected void resetCompatChanges(Set<Long> changes, String packageName) in resetCompatChanges()
/cts/hostsidetests/appcompat/host/lib/src/android/compat/cts/
DCompatChangeGatingTestCase.java312 protected void resetCompatChanges(Set<Long> changes, @Nonnull String packageName) in resetCompatChanges()
/cts/tests/framework/base/windowmanager/src/android/server/wm/taskfragment/
DTaskFragmentOrganizerTestBase.java426 final List<TaskFragmentTransaction.Change> changes = transaction.getChanges(); in onTransactionReady() local
/cts/tests/tests/provider/src/android/provider/cts/settings/
DSettings_ConfigTest.java558 public synchronized boolean hadChanges(Collection<Change> changes) { in hadChanges()
/cts/tests/tests/content/src/android/content/cts/
DContentResolverTest.java1747 public synchronized boolean hadChanges(Collection<Change> changes) { in hadChanges()