Searched refs:strongAuthRequired (Results 1 – 3 of 3) sorted by relevance
25 void onStrongAuthRequiredChanged(int strongAuthRequired, int userId); in onStrongAuthRequiredChanged() argument
1544 boolean strongAuthRequired = context.getResources().getBoolean( in getDefaultFlags()1546 return strongAuthRequired ? STRONG_AUTH_REQUIRED_AFTER_BOOT : STRONG_AUTH_NOT_REQUIRED; in getDefaultFlags()
696 int strongAuthRequired = LockPatternUtils.StrongAuthTracker.getDefaultFlags(mContext); in onCleanupUser() local697 requireStrongAuth(strongAuthRequired, userId); in onCleanupUser()