Searched refs:showClock (Results 1 – 5 of 5) sorted by relevance
37 showClock = true, in createDefaultModel_everythingEnabled()50 assertThat(result.showClock).isTrue() in createModelFromFlags_clockNotDisabled_showClockTrue()57 assertThat(result.showClock).isFalse() in createModelFromFlags_clockDisabled_showClockFalse()
64 showClock = false, in logVisibilityModel_bufferCorrect()
27 val showClock: Boolean, constant in com.android.systemui.statusbar.phone.fragment.StatusBarVisibilityModel47 showClock = (disabled1 and DISABLE_CLOCK) == 0, in createModelFromFlags()
60 bool1 = model.showClock in logVisibilityModel()
358 showClock(false); in onViewCreated()570 showClock(animate); in updateStatusBarVisibilities()596 boolean showClock = externalModel.getShowClock() && !headsUpVisible; in calculateInternalModel()610 showClock, in calculateInternalModel()729 private void showClock(boolean animate) { in showClock() method in CollapsedStatusBarFragment