Searched refs:TAG_SERVER_PARAMS (Results 1 – 3 of 3) sorted by relevance
34 static final String TAG_SERVER_PARAMS = "serverParams"; field in KeyChainSnapshotSchema
38 …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()
38 …oid.server.locksettings.recoverablekeystore.serialization.KeyChainSnapshotSchema.TAG_SERVER_PARAMS;159 writePropertyTag(xmlSerializer, TAG_SERVER_PARAMS, keyChainSnapshot.getServerParams()); in writeKeyChainSnapshotProperties()