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

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

Completed in 42 milliseconds