Searched refs:isBypassEnabled (Results 1 – 5 of 5) sorted by relevance
276 || (ambientState.isBypassEnabled() && ambientState.isPulseExpanding())) { in initAlgorithmState()328 || (ambientState.isBypassEnabled() && ambientState.isPulseExpanding())) { in updatePositionsForState()360 && (!ambientState.isBypassEnabled() || !ambientState.isPulseExpanding()) in getExpansionFractionWithoutShelf()451 boolean bypassPulseNotExpanding = ambientState.isBypassEnabled() in updateChild()783 boolean isBypassEnabled(); in isBypassEnabled() method
307 public boolean isBypassEnabled() { in isBypassEnabled() method in AmbientState308 return mBypassController.isBypassEnabled(); in isBypassEnabled()
73 override fun isBypassEnabled() = bypassEnabled in isBypassEnabled() method in com.android.systemui.statusbar.phone.KeyguardBypassController
726 return isHeadsUpState() && (isDozing() || (mOnKeyguard && isBypassEnabled()));2362 if (mOnKeyguard && !isDozing() && !isBypassEnabled()) {2368 private boolean isBypassEnabled() {
2475 final boolean isBypassEnabled = mKeyguardBypassController != null in startListeningForFace()2476 && mKeyguardBypassController.isBypassEnabled(); in startListeningForFace()2478 mFaceAuthenticationCallback, null /* handler */, userId, isBypassEnabled); in startListeningForFace()