Searched refs:mCancelAodFingerUpAction (Results 1 – 1 of 1) sorted by relevance
219 @Nullable private Runnable mCancelAodFingerUpAction; field in UdfpsController954 mCancelAodFingerUpAction = mFgExecutor.executeDelayed(this::tryAodSendFingerUp, in onAodInterrupt()1017 if (mCancelAodFingerUpAction != null) { in cancelAodSendFingerUpAction()1018 mCancelAodFingerUpAction.run(); in cancelAodSendFingerUpAction()1019 mCancelAodFingerUpAction = null; in cancelAodSendFingerUpAction()