Searched refs:lifetimeB (Results 1 – 5 of 5) sorted by relevance
78 Optional<Integer> lifetimeB = Optional.empty(); in load() local101 lifetimeB = Optional.of(Integer.decode(value)); in load()110 if (!lifetimeA.isPresent() || !lifetimeB.isPresent() || !eol.isPresent()) { in load()115 convertLifetime(lifetimeB.get()), in load()
58 final MutableInt lifetimeB = new MutableInt(0); in load() local72 lifetimeB.value = value2.lifetimeB; in load()102 convertLifetime(lifetimeB.value), preEol.value); in load()
96 int lifetimeB; in load() local101 lifetimeB = Integer.decode(lifetimes[1]); in load()109 convertLifetime(lifetimeB), in load()
51 public WearInformation(int lifetimeA, int lifetimeB, int preEol) { in WearInformation() argument53 lifetimeEstimateB = lifetimeB; in WearInformation()
125 storageInfo.lifetimeB = WearInformation.UNKNOWN_LIFETIME_ESTIMATE; in testHealthServiceWearInformationProvider()143 assertThat(wearInformation.lifetimeEstimateB).isEqualTo(storageInfo.lifetimeB); in testHealthServiceWearInformationProvider()