Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/clocks/
H A DClockRegistryTest.kt125 private val thumbnailCallbacks = mutableMapOf<ClockId, (ClockId) -> Drawable?>() regex
130 override fun getClockThumbnail(id: ClockId): Drawable? = thumbnailCallbacks[id]!!(id)
140 thumbnailCallbacks[id] = getThumbnail