Searched refs:mFaceCancelSignal (Results 1 – 1 of 1) sorted by relevance
699 mFaceCancelSignal = null; in onFaceAuthenticated()1162 private CancellationSignal mFaceCancelSignal; field in KeyguardUpdateMonitor1675 if (mFaceCancelSignal != null) { in startListeningForFace()1676 mFaceCancelSignal.cancel(); in startListeningForFace()1678 mFaceCancelSignal = new CancellationSignal(); in startListeningForFace()1679 mFaceManager.authenticate(null, mFaceCancelSignal, 0, in startListeningForFace()1728 if (mFaceCancelSignal != null) { in stopListeningForFace()1729 mFaceCancelSignal.cancel(); in stopListeningForFace()1730 mFaceCancelSignal = null; in stopListeningForFace()