Searched refs:configSubtitleVisibility (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ |
D | QSSecurityFooterTest.java | 406 mFooter.configSubtitleVisibility(true, false, false, false, view); in testConfigSubtitleVisibility() 411 mFooter.configSubtitleVisibility(true, true, false, false, view); in testConfigSubtitleVisibility() 418 mFooter.configSubtitleVisibility(true, true, true, true, view); in testConfigSubtitleVisibility() 430 mFooter.configSubtitleVisibility(false, true, true, true, view); in testConfigSubtitleVisibility() 439 mFooter.configSubtitleVisibility(false, true, false, false, view); in testConfigSubtitleVisibility() 442 mFooter.configSubtitleVisibility(false, false, true, false, view); in testConfigSubtitleVisibility() 445 mFooter.configSubtitleVisibility(false, false, false, true, view); in testConfigSubtitleVisibility()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSSecurityFooter.java | 324 configSubtitleVisibility(managementMessage != null, in createDialog() 335 protected void configSubtitleVisibility(boolean showDeviceManagement, boolean showCaCerts, in configSubtitleVisibility() method in QSSecurityFooter
|