Searched refs:strongAuthRequired (Results 1 – 2 of 2) sorted by relevance
25 void onStrongAuthRequiredChanged(int strongAuthRequired, int userId); in onStrongAuthRequiredChanged() argument
1545 boolean strongAuthRequired = context.getResources().getBoolean( in getDefaultFlags()1547 return strongAuthRequired ? STRONG_AUTH_REQUIRED_AFTER_BOOT : STRONG_AUTH_NOT_REQUIRED; in getDefaultFlags()