Searched refs:setKeyguardBypassEnabled (Results 1 – 5 of 5) sorted by relevance
143 default void setKeyguardBypassEnabled(boolean enabled) {} in setKeyguardBypassEnabled() method
287 smartspaceViews.forEach { it.setKeyguardBypassEnabled(bypassEnabled) }390 ssView.setKeyguardBypassEnabled(bypassController.bypassEnabled)
436 verify(smartspaceView).setKeyguardBypassEnabled(true)838 verify(smartspaceView).setKeyguardBypassEnabled(true)1070 override fun setKeyguardBypassEnabled(enabled: Boolean) {
772 mView.setKeyguardBypassEnabled(mKeyguardBypassController.getBypassEnabled()); in setUpView()774 .registerOnBypassStateChangedListener(mView::setKeyguardBypassEnabled); in setUpView()
694 public void setKeyguardBypassEnabled(boolean isEnabled) { in setKeyguardBypassEnabled() method in NotificationStackScrollLayout