Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/serialization/
H A DKeyChainSnapshotSchema.java32 static final String TAG_MAX_ATTEMPTS = "maxAttempts"; field in KeyChainSnapshotSchema
H A DKeyChainSnapshotDeserializer.java34 …roid.server.locksettings.recoverablekeystore.serialization.KeyChainSnapshotSchema.TAG_MAX_ATTEMPTS;
118 case TAG_MAX_ATTEMPTS: in deserializeInternal()
119 builder.setMaxAttempts(readIntTag(parser, TAG_MAX_ATTEMPTS)); in deserializeInternal()
H A DKeyChainSnapshotSerializer.java34 …roid.server.locksettings.recoverablekeystore.serialization.KeyChainSnapshotSchema.TAG_MAX_ATTEMPTS;
155 writePropertyTag(xmlSerializer, TAG_MAX_ATTEMPTS, keyChainSnapshot.getMaxAttempts()); in writeKeyChainSnapshotProperties()