Searched refs:TAG_MAX_ATTEMPTS (Results 1 – 3 of 3) sorted by relevance
32 static final String TAG_MAX_ATTEMPTS = "maxAttempts"; field in KeyChainSnapshotSchema
34 …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()
34 …roid.server.locksettings.recoverablekeystore.serialization.KeyChainSnapshotSchema.TAG_MAX_ATTEMPTS;155 writePropertyTag(xmlSerializer, TAG_MAX_ATTEMPTS, keyChainSnapshot.getMaxAttempts()); in writeKeyChainSnapshotProperties()