Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/serialization/
H A DKeyChainSnapshotSchema.java34 static final String TAG_SERVER_PARAMS = "serverParams"; field in KeyChainSnapshotSchema
H A DKeyChainSnapshotDeserializer.java38 …oid.server.locksettings.recoverablekeystore.serialization.KeyChainSnapshotSchema.TAG_SERVER_PARAMS;
114 case TAG_SERVER_PARAMS: in deserializeInternal()
115 builder.setServerParams(readBlobTag(parser, TAG_SERVER_PARAMS)); in deserializeInternal()
H A DKeyChainSnapshotSerializer.java38 …oid.server.locksettings.recoverablekeystore.serialization.KeyChainSnapshotSchema.TAG_SERVER_PARAMS;
159 writePropertyTag(xmlSerializer, TAG_SERVER_PARAMS, keyChainSnapshot.getServerParams()); in writeKeyChainSnapshotProperties()