Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DUnlockMethodCache.java44 private boolean mFaceUnlockRunning; field in UnlockMethodCache
90 trustManaged != mTrustManaged || faceUnlockRunning != mFaceUnlockRunning; in update()
95 mFaceUnlockRunning = faceUnlockRunning; in update()
143 return mFaceUnlockRunning; in isFaceUnlockRunning()