Searched refs:mCancelAodFingerUpAction (Results 1 – 1 of 1) sorted by relevance
216 @Nullable private Runnable mCancelAodFingerUpAction; field in UdfpsController1077 mCancelAodFingerUpAction = mFgExecutor.executeDelayed(this::tryAodSendFingerUp, in onAodInterrupt()1129 if (mCancelAodFingerUpAction != null) { in cancelAodSendFingerUpAction()1130 mCancelAodFingerUpAction.run(); in cancelAodSendFingerUpAction()1131 mCancelAodFingerUpAction = null; in cancelAodSendFingerUpAction()