Searched refs:strongAuthRequired (Results 1 – 3 of 3) sorted by relevance
25 void onStrongAuthRequiredChanged(int strongAuthRequired, int userId); in onStrongAuthRequiredChanged() argument
1720 boolean strongAuthRequired = context.getResources().getBoolean( in getDefaultFlags()1722 return strongAuthRequired ? STRONG_AUTH_REQUIRED_AFTER_BOOT : STRONG_AUTH_NOT_REQUIRED; in getDefaultFlags()
847 int strongAuthRequired = LockPatternUtils.StrongAuthTracker.getDefaultFlags(mContext); in onUserStopped() local848 requireStrongAuth(strongAuthRequired, userId); in onUserStopped()966 int strongAuthRequired = LockPatternUtils.StrongAuthTracker968 requireStrongAuth(strongAuthRequired, userId);