Searched refs:getClockThumbnail (Results 1 – 5 of 5) sorted by relevance
63 override fun getClockThumbnail(id: ClockId): Drawable? { in getClockThumbnail() method in com.android.systemui.shared.clocks.DefaultClockProvider
568 fun getClockThumbnail(clockId: ClockId): Drawable? = in getClockThumbnail() method569 availableClocks[clockId]?.provider?.getClockThumbnail(clockId) in getClockThumbnail()
131 override fun getClockThumbnail(id: ClockId): Drawable? = thumbnailCallbacks[id]!!(id) in getClocks() method in com.android.systemui.shared.clocks.ClockRegistryTest.FakeClockPlugin241 assertEquals(registry.getClockThumbnail("clock_1"), mockThumbnail) in clockIdConflict_ErrorWithoutCrash_unloadDuplicate()242 assertEquals(registry.getClockThumbnail("clock_2"), mockThumbnail) in clockIdConflict_ErrorWithoutCrash_unloadDuplicate()
88 assertNotNull(provider.getClockThumbnail(metadata.clockId)) in createClock()
54 fun getClockThumbnail(id: ClockId): Drawable? in initialize() method