Searched refs:softLifetime (Results 1 – 2 of 2) sorted by relevance
91 final int softLifetime = (int) TimeUnit.HOURS.toSeconds(1L); in testSetLifetimesEncodeDecodeIsLossless() local94 createBuilderMinimum().setLifetimeSeconds(hardLifetime, softLifetime).build(); in testSetLifetimesEncodeDecodeIsLossless()
83 final int softLifetime = (int) TimeUnit.HOURS.toSeconds(10L); in testEncodeRecodeParamsWithLifetimes() local85 createBuilderMinimum().setLifetimeSeconds(hardLifetime, softLifetime).build(); in testEncodeRecodeParamsWithLifetimes()