Searched refs:setKeyguardBypassEnabled (Results 1 – 2 of 2) sorted by relevance
756 mView.setKeyguardBypassEnabled(mKeyguardBypassController.getBypassEnabled()); in attach()758 .registerOnBypassStateChangedListener(mView::setKeyguardBypassEnabled); in attach()
640 public void setKeyguardBypassEnabled(boolean isEnabled) { in setKeyguardBypassEnabled() method in NotificationStackScrollLayout