Searched refs:isCurrentlyInsecure (Results 1 – 4 of 4) sorted by relevance
70 public boolean isCurrentlyInsecure() { in isCurrentlyInsecure() method in UnlockMethodCache
91 mDarkenWhileDragging = !mUnlockMethodCache.isCurrentlyInsecure(); in onTrackingStarted()
2168 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()) {
396 : mUnlockMethodCache.isCurrentlyInsecure() ? R.drawable.ic_lock_open_24dp in updateLockIcon()