Home
last modified time | relevance | path

Searched refs:userAuthType (Results 1 – 1 of 1) sorted by relevance

/cts/tests/security/src/android/keystore/cts/
DAuthorizationList.java185 private Integer userAuthType; field in AuthorizationList
296 userAuthType = Asn1Utils.getIntegerFromAsn1(value); in AuthorizationList()
420 userAuthType = CborUtils.getInt(submodMap, key); in AuthorizationList()
494 public static String userAuthTypeToString(int userAuthType) { in userAuthTypeToString() argument
496 if ((userAuthType & HW_AUTH_FINGERPRINT) != 0) in userAuthTypeToString()
498 if ((userAuthType & HW_AUTH_PASSWORD) != 0) in userAuthTypeToString()
644 return userAuthType; in getUserAuthType()
809 if (!noAuthRequired && userAuthType != null) { in toString()
810 s.append("\nAuth types: ").append(userAuthTypeToString(userAuthType)); in toString()