Home
last modified time | relevance | path

Searched refs:setForcePluginOpen (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthRippleController.kt114 notificationShadeWindowController.setForcePluginOpen(false, this)
139 notificationShadeWindowController.setForcePluginOpen(true, this)
151 notificationShadeWindowController.setForcePluginOpen(false, this)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShadeWindowController.java151 default void setForcePluginOpen(boolean forcePluginOpen, Object token) {} in setForcePluginOpen() method
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationShadeWindowControllerImplTest.java129 mNotificationShadeWindowController.setForcePluginOpen(true, this); in testSetForcePluginOpen_beforeStatusBarInitialization()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationShadeWindowControllerImpl.java672 public void setForcePluginOpen(boolean forceOpen, Object token) { in setForcePluginOpen() method in NotificationShadeWindowControllerImpl
H A DStatusBar.java1081 .setForcePluginOpen(mOverlays.size() != 0, this); in start()
1104 .setForcePluginOpen(mOverlays.size() != 0, this); in start()