Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsController.java218 private boolean mIsAodInterruptActive; field in UdfpsController
574 if (!mIsAodInterruptActive) { in onTouch()
922 if (mIsAodInterruptActive) { in onAodInterrupt()
949 mIsAodInterruptActive = true; in onAodInterrupt()
1001 if (!mIsAodInterruptActive) { in tryAodSendFingerUp()
1016 mIsAodInterruptActive = false; in cancelAodSendFingerUpAction()