Home
last modified time | relevance | path

Searched refs:isShellTransitionsEnabled (Results 1 – 6 of 6) sorted by relevance

/platform_testing/libraries/flicker/src/android/tools/flicker/
DConsts.kt22 val isShellTransitionsEnabled = SystemProperties.getBoolean("persist.wm.debug.shell_transit", true) constant
/platform_testing/libraries/flicker/test/src/android/tools/flicker/junit/
DLegacyFlickerServiceDecoratorTest.kt20 import android.tools.flicker.isShellTransitionsEnabled
90 if (isShellTransitionsEnabled) { in hasUniqueMethodNames()
DLegacyFlickerJUnit4ClassRunnerTest.kt39 import android.tools.flicker.isShellTransitionsEnabled in <lambda>()
148 Assume.assumeTrue(isShellTransitionsEnabled) in <lambda>()
/platform_testing/libraries/flicker/src/android/tools/flicker/junit/
DLegacyFlickerServiceDecorator.kt31 import android.tools.flicker.isShellTransitionsEnabled
131 isShellTransitionsEnabled && in shouldComputeTestMethods()
/platform_testing/libraries/flicker/test/src/android/tools/integration/
DFlickerServiceTracesCollectorTest.kt22 import android.tools.flicker.isShellTransitionsEnabled
55 Assume.assumeTrue(isShellTransitionsEnabled) in before()
/platform_testing/libraries/flicker/test/src/android/tools/flicker/
DFlickerServiceRuleTest.kt49 Assume.assumeTrue(isShellTransitionsEnabled) in before()