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