Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/plugin/bcsmartspace/src/com/android/systemui/plugins/
H A DBcSmartspaceDataPlugin.java143 default void setKeyguardBypassEnabled(boolean enabled) {} in setKeyguardBypassEnabled() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/
H A DLockscreenSmartspaceController.kt287 smartspaceViews.forEach { it.setKeyguardBypassEnabled(bypassEnabled) }
390 ssView.setKeyguardBypassEnabled(bypassController.bypassEnabled)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/lockscreen/
H A DLockscreenSmartspaceControllerTest.kt436 verify(smartspaceView).setKeyguardBypassEnabled(true)
838 verify(smartspaceView).setKeyguardBypassEnabled(true)
1070 override fun setKeyguardBypassEnabled(enabled: Boolean) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java772 mView.setKeyguardBypassEnabled(mKeyguardBypassController.getBypassEnabled()); in setUpView()
774 .registerOnBypassStateChangedListener(mView::setKeyguardBypassEnabled); in setUpView()
H A DNotificationStackScrollLayout.java694 public void setKeyguardBypassEnabled(boolean isEnabled) { in setKeyguardBypassEnabled() method in NotificationStackScrollLayout