Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DUnlockMethodCache.java42 private boolean mCurrentlyInsecure; field in UnlockMethodCache
71 return mCurrentlyInsecure; in isCurrentlyInsecure()
89 boolean changed = secure != mSecure || currentlyInsecure != mCurrentlyInsecure || in update()
93 mCurrentlyInsecure = currentlyInsecure; in update()