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.java45 private boolean mFaceUnlockRunning; field in UnlockMethodCache
98 trustManaged != mTrustManaged || faceUnlockRunning != mFaceUnlockRunning; in update()
104 mFaceUnlockRunning = faceUnlockRunning; in update()
174 return mFaceUnlockRunning; in isFaceUnlockRunning()