Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsController.java216 @Nullable private Runnable mCancelAodFingerUpAction; field in UdfpsController
1077 mCancelAodFingerUpAction = mFgExecutor.executeDelayed(this::tryAodSendFingerUp, in onAodInterrupt()
1129 if (mCancelAodFingerUpAction != null) { in cancelAodSendFingerUpAction()
1130 mCancelAodFingerUpAction.run(); in cancelAodSendFingerUpAction()
1131 mCancelAodFingerUpAction = null; in cancelAodSendFingerUpAction()