Searched refs:mFaceCancelSignal (Results 1 – 1 of 1) sorted by relevance
772 mFaceCancelSignal = null; in onFaceAuthenticated()1255 private CancellationSignal mFaceCancelSignal; field in KeyguardUpdateMonitor1807 if (mFaceCancelSignal != null) { in startListeningForFace()1808 mFaceCancelSignal.cancel(); in startListeningForFace()1810 mFaceCancelSignal = new CancellationSignal(); in startListeningForFace()1811 mFaceManager.authenticate(null, mFaceCancelSignal, 0, in startListeningForFace()1863 if (mFaceCancelSignal != null) { in stopListeningForFace()1864 mFaceCancelSignal.cancel(); in stopListeningForFace()1865 mFaceCancelSignal = null; in stopListeningForFace()