Searched refs:HW_AUTH_BIOMETRIC (Results 1 – 3 of 3) sorted by relevance
171 args.addEnum(KeymasterDefs.KM_TAG_USER_AUTH_TYPE, KeymasterDefs.HW_AUTH_BIOMETRIC); in addUserAuthArgs()189 KeymasterDefs.HW_AUTH_PASSWORD | KeymasterDefs.HW_AUTH_BIOMETRIC); in addUserAuthArgs()
185 if (keymasterSwEnforcedUserAuthenticators == KeymasterDefs.HW_AUTH_BIOMETRIC in getKeyInfo()186 || keymasterHwEnforcedUserAuthenticators == KeymasterDefs.HW_AUTH_BIOMETRIC) { in getKeyInfo()
157 public static final int HW_AUTH_BIOMETRIC = 1 << 1; field in KeymasterDefs