Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/haptics/qs/
DQSLongPressEffectTest.kt79 testWithScope(false) { in onInitialize_withNegativeDuration_doesNotInitialize()
90 fun onInitialize_withPositiveDuration_initializes() = testWithScope { in <lambda>()
101 fun onActionDown_whileIdle_startsWait() = testWithScope { in <lambda>()
151 fun onPlayReverseHaptics_reverseHapticsArePlayed() = testWithScope { in <lambda>()
261 private fun testWithScope(initialize: Boolean = true, test: suspend TestScope.() -> Unit) = in testWithScope() method