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()
758 int strongAuthRequired = LockPatternUtils.StrongAuthTracker.getDefaultFlags(mContext); in onCleanupUser() local759 requireStrongAuth(strongAuthRequired, userId); in onCleanupUser()