Searched refs:refreshFormat (Results 1 – 3 of 3) sorted by relevance
130 verify(mockSmallClockView).refreshFormat(true)131 verify(mockLargeClockView).refreshFormat(true)197 verify(mockSmallClockView, times(2)).refreshFormat()198 verify(mockLargeClockView, times(2)).refreshFormat()
132 refreshFormat()138 refreshFormat()177 refreshFormat()441 fun refreshFormat() = refreshFormat(DateFormat.is24HourFormat(context)) regex442 fun refreshFormat(use24HourFormat: Boolean) { regex
215 clocks.forEach { it.refreshFormat(is24Hr) }241 clocks.forEach { it.refreshFormat() }