Home
last modified time | relevance | path

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

/external/android-key-attestation/server/src/main/java/com/google/android/attestation/
DAuthorizationList.java114 public final Optional<Set<UserAuthType>> userAuthType; field in AuthorizationList
349 Optional<Long> userAuthType = findOptionalLongAuthorizationListEntry(authorizationMap, tag); in findOptionalUserAuthType() local
354 static Set<UserAuthType> userAuthTypeToEnum(long userAuthType) { in userAuthTypeToEnum()
378 private static Long userAuthTypeToLong(Set<UserAuthType> userAuthType) { in userAuthTypeToLong()
539 Set<UserAuthType> userAuthType; field in AuthorizationList.Builder
642 public Builder setUserAuthType(Set<UserAuthType> userAuthType) { in setUserAuthType()