Home
last modified time | relevance | path

Searched refs:showSystemInfo (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/fragment/
DStatusBarVisibilityModelTest.kt40 showSystemInfo = true, in createDefaultModel_everythingEnabled()
92 assertThat(result.showSystemInfo).isTrue() in createModelFromFlags_systemInfoAndIconsNotDisabled_showSystemInfoTrue()
99 assertThat(result.showSystemInfo).isFalse() in createModelFromFlags_disable1SystemInfoDisabled_showSystemInfoFalse()
106 assertThat(result.showSystemInfo).isFalse() in createModelFromFlags_disable2SystemIconsDisabled_showSystemInfoFalse()
DCollapsedStatusBarFragmentLoggerTest.kt67 showSystemInfo = true, in logVisibilityModel_bufferCorrect()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
DStatusBarVisibilityModel.kt30 val showSystemInfo: Boolean, constant in com.android.systemui.statusbar.phone.fragment.StatusBarVisibilityModel
52 showSystemInfo = in createModelFromFlags()
DCollapsedStatusBarFragmentLogger.kt63 bool4 = model.showSystemInfo in logVisibilityModel()