Home
last modified time | relevance | path

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

/cts/hostsidetests/appcompat/compatchanges/src/com/android/cts/appcompat/
DCompatChangesSelinuxTest.java64 final Set<Long> enabledChanges = ImmutableSet.of(SELINUX_LATEST_CHANGES); in testTargetSdkQAppIsInLatestDomainWithLatestOptin() local
85 final Set<Long> enabledChanges = ImmutableSet.of(SELINUX_R_CHANGES); in testTargetSdkQAppIsInRDomainWithROptin() local
118 final Set<Long> enabledChanges = ImmutableSet.of(SELINUX_LATEST_CHANGES); 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()