Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/clocks/
H A DClockRegistryTest.kt124 private val createCallbacks = mutableMapOf<ClockId, (ClockId) -> ClockController>() regex
129 createCallbacks[settings.clockId!!]!!(settings.clockId!!)
139 createCallbacks[id] = create