Searched refs:getClocks (Results 1 – 5 of 5) sorted by relevance
128 override fun getClocks() = metadata in getClocks() method in com.android.systemui.shared.clocks.ClockRegistryTest.FakeClockPlugin196 val list = registry.getClocks() in pluginRegistration_CorrectState()229 val list = registry.getClocks() in clockIdConflict_ErrorWithoutCrash_unloadDuplicate()460 assertEquals(registry.getClocks().toSet(), setOf( in pluginAddRemove_concurrentModification()543 val list = registry.getClocks() in testTransitClockFlag()
86 for (metadata in provider.getClocks()) { in createClock()
45 override fun getClocks(): List<ClockMetadata> = listOf(ClockMetadata(DEFAULT_CLOCK_ID)) in getClocks() method in com.android.systemui.shared.clocks.DefaultClockProvider
189 for (clock in plugin.getClocks()) { in onPluginLoaded()228 for (clock in plugin.getClocks()) { in onPluginUnloaded()402 for (clock in defaultClockProvider.getClocks()) {561 fun getClocks(): List<ClockMetadata> { in getClocks() method
48 fun getClocks(): List<ClockMetadata> in initialize() method