Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DUnlockMethodCache.java70 public boolean isCurrentlyInsecure() { in isCurrentlyInsecure() method in UnlockMethodCache
DScrimController.java91 mDarkenWhileDragging = !mUnlockMethodCache.isCurrentlyInsecure(); in onTrackingStarted()
DPhoneStatusBar.java2168 boolean isCurrentlyInsecure = mUnlockMethodCache.isCurrentlyInsecure();
2169 return onKeyguard && (isCurrentlyInsecure || mDozing || mScreenOnComingFromTouch);
3379 boolean isCurrentlyInsecure = mUnlockMethodCache.isCurrentlyInsecure();
3385 isCurrentlyInsecure);
3392 isCurrentlyInsecure ? 1 : 0);
3954 if (!expand && !mUnlockMethodCache.isCurrentlyInsecure()) {
DKeyguardBottomAreaView.java396 : mUnlockMethodCache.isCurrentlyInsecure() ? R.drawable.ic_lock_open_24dp in updateLockIcon()