Searched refs:containsFlag (Results 1 – 1 of 1) sorted by relevance
998 return containsFlag(mStrongAuthTracker.getStrongAuthForUser(userId), in isUserInLockdown()1007 private boolean containsFlag(int haystack, int needle) { in containsFlag() method in KeyguardUpdateMonitor1739 containsFlag(strongAuth, STRONG_AUTH_REQUIRED_AFTER_LOCKOUT) in shouldListenForFace()1740 || containsFlag(strongAuth, STRONG_AUTH_REQUIRED_AFTER_DPM_LOCK_NOW) in shouldListenForFace()1741 || containsFlag(strongAuth, STRONG_AUTH_REQUIRED_AFTER_USER_LOCKDOWN); in shouldListenForFace()1743 containsFlag(strongAuth, STRONG_AUTH_REQUIRED_AFTER_BOOT) in shouldListenForFace()1744 || containsFlag(strongAuth, STRONG_AUTH_REQUIRED_AFTER_TIMEOUT); in shouldListenForFace()