Searched refs:HW_AUTH_BIOMETRIC (Results 1 – 2 of 2) sorted by relevance
185 if (keymasterSwEnforcedUserAuthenticators == KeymasterDefs.HW_AUTH_BIOMETRIC in getKeyInfo()186 || keymasterHwEnforcedUserAuthenticators == KeymasterDefs.HW_AUTH_BIOMETRIC) { in getKeyInfo()
158 public static final int HW_AUTH_BIOMETRIC = 1 << 1; field in KeymasterDefs