Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/haptics/slider/
DSeekbarHapticPlugin.kt61 private var pluginScope: CoroutineScope? = null variable
95 pluginScope = scope in startInScope()
183 pluginScope?.launch { in onKeyDown()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/haptics/slider/
DSeekbarHapticPluginTest.kt133 val pluginScope = CoroutineScope(UnconfinedTestDispatcher(testScheduler)) in runOnStartedPlugin() constant
136 plugin.startInScope(pluginScope) in runOnStartedPlugin()