Home
last modified time | relevance | path

Searched refs:switchSecurityFooter (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DQSPanelTest.kt125 mQsPanel.switchSecurityFooter(true)
140 mQsPanel.switchSecurityFooter(false)
155 mQsPanel.switchSecurityFooter(false)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSPanel.java423 public void switchSecurityFooter(boolean shouldUseSplitNotificationShade) { in switchSecurityFooter() method in QSPanel
712 switchSecurityFooter(shouldUseSplitNotificationShade); in setSecurityFooter()
H A DQSPanelController.java82 mView.switchSecurityFooter(mShouldUseSplitNotificationShade);