Searched refs:configSubtitleVisibility (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ |
D | QSSecurityFooterTest.java | 617 mFooterUtils.configSubtitleVisibility(true, false, false, false, view); in testConfigSubtitleVisibility() 622 mFooterUtils.configSubtitleVisibility(true, true, false, false, view); in testConfigSubtitleVisibility() 629 mFooterUtils.configSubtitleVisibility(true, true, true, true, view); in testConfigSubtitleVisibility() 641 mFooterUtils.configSubtitleVisibility(false, true, true, true, view); in testConfigSubtitleVisibility() 650 mFooterUtils.configSubtitleVisibility(false, true, false, false, view); in testConfigSubtitleVisibility() 653 mFooterUtils.configSubtitleVisibility(false, false, true, false, view); in testConfigSubtitleVisibility() 656 mFooterUtils.configSubtitleVisibility(false, false, false, true, view); in testConfigSubtitleVisibility()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSSecurityFooterUtils.java | 574 configSubtitleVisibility(managementMessage != null, in createOrganizationDialogView() 601 protected void configSubtitleVisibility(boolean showDeviceManagement, boolean showCaCerts, in configSubtitleVisibility() method in QSSecurityFooterUtils
|