Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsController.java219 @Nullable private Runnable mCancelAodFingerUpAction; field in UdfpsController
954 mCancelAodFingerUpAction = mFgExecutor.executeDelayed(this::tryAodSendFingerUp, in onAodInterrupt()
1017 if (mCancelAodFingerUpAction != null) { in cancelAodSendFingerUpAction()
1018 mCancelAodFingerUpAction.run(); in cancelAodSendFingerUpAction()
1019 mCancelAodFingerUpAction = null; in cancelAodSendFingerUpAction()