Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/clocks/
DClockRegistryTest.kt240 assertEquals(registry.createExampleClock("clock_1"), mockClock) in clockIdConflict_ErrorWithoutCrash_unloadDuplicate()
241 assertEquals(registry.createExampleClock("clock_2"), mockClock) in clockIdConflict_ErrorWithoutCrash_unloadDuplicate()
/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/
DClockRegistry.kt650 fun createExampleClock(clockId: ClockId): ClockController? = createClock(clockId) in getClockThumbnail() method