Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java756 mView.setKeyguardBypassEnabled(mKeyguardBypassController.getBypassEnabled()); in attach()
758 .registerOnBypassStateChangedListener(mView::setKeyguardBypassEnabled); in attach()
H A DNotificationStackScrollLayout.java640 public void setKeyguardBypassEnabled(boolean isEnabled) { in setKeyguardBypassEnabled() method in NotificationStackScrollLayout