Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DQSSecurityFooterTest.java616 mFooterUtils.configSubtitleVisibility(true, false, false, false, view); in testConfigSubtitleVisibility()
621 mFooterUtils.configSubtitleVisibility(true, true, false, false, view); in testConfigSubtitleVisibility()
628 mFooterUtils.configSubtitleVisibility(true, true, true, true, view); in testConfigSubtitleVisibility()
640 mFooterUtils.configSubtitleVisibility(false, true, true, true, view); in testConfigSubtitleVisibility()
649 mFooterUtils.configSubtitleVisibility(false, true, false, false, view); in testConfigSubtitleVisibility()
652 mFooterUtils.configSubtitleVisibility(false, false, true, false, view); in testConfigSubtitleVisibility()
655 mFooterUtils.configSubtitleVisibility(false, false, false, true, view); in testConfigSubtitleVisibility()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSSecurityFooterUtils.java574 configSubtitleVisibility(managementMessage != null, in createOrganizationDialogView()
601 protected void configSubtitleVisibility(boolean showDeviceManagement, boolean showCaCerts, in configSubtitleVisibility() method in QSSecurityFooterUtils