Searched refs:getClockThumbnail (Results 1 – 5 of 5) sorted by relevance
55 override fun getClockThumbnail(id: ClockId): Drawable? {
647 fun getClockThumbnail(clockId: ClockId): Drawable? = regex648 availableClocks[clockId]?.provider?.getClockThumbnail(clockId)
130 override fun getClockThumbnail(id: ClockId): Drawable? = thumbnailCallbacks[id]!!(id)242 assertEquals(registry.getClockThumbnail("clock_1"), mockThumbnail)243 assertEquals(registry.getClockThumbnail("clock_2"), mockThumbnail)
84 assertNotNull(provider.getClockThumbnail(metadata.clockId))
55 fun getClockThumbnail(id: ClockId): Drawable? regex