Home
last modified time | relevance | path

Searched defs:disabledChanges (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/appcompat/compatchanges/src/com/android/cts/appcompat/
DCompatChangesSelinuxTest.java65 final Set<Long> disabledChanges = ImmutableSet.of(); in testTargetSdkQAppIsInLatestDomainWithLatestOptin() local
86 final Set<Long> disabledChanges = ImmutableSet.of(); in testTargetSdkQAppIsInRDomainWithROptin() local
119 final Set<Long> disabledChanges = ImmutableSet.of(); in testTargetSdkRAppIsInLatestDomainWithLatestOptin() local
/cts/hostsidetests/appcompat/host/lib/src/android/compat/cts/
DCompatChangeGatingTestCase.java122 Set<Long> enabledChanges, Set<Long> disabledChanges) in runDeviceCompatTest()
143 Set<Long> enabledChanges, Set<Long> disabledChanges, in runDeviceCompatTestReported()
282 protected void setCompatConfig(Set<Long> enabledChanges, Set<Long> disabledChanges, in setCompatConfig()