Searched refs:lifetimeB (Results 1 – 5 of 5) sorted by relevance
72 Optional<Integer> lifetimeB = Optional.empty(); in load() local95 lifetimeB = Optional.of(Integer.decode(value)); in load()104 if (!lifetimeA.isPresent() || !lifetimeB.isPresent() || !eol.isPresent()) { in load()109 convertLifetime(lifetimeB.get()), in load()
58 final MutableInt lifetimeB = new MutableInt(0); in load() local72 lifetimeB.value = value2.lifetimeB; in load()101 return new WearInformation(lifetimeA.value, lifetimeB.value, in load()
89 int lifetimeB; in load() local94 lifetimeB = Integer.decode(lifetimes[1]); in load()103 convertLifetime(lifetimeB), in load()
51 public WearInformation(int lifetimeA, int lifetimeB, int preEol) { in WearInformation() argument53 lifetimeEstimateB = lifetimeB; in WearInformation()
119 storageInfo.lifetimeB = WearInformation.UNKNOWN_LIFETIME_ESTIMATE; in testHealthServiceWearInformationProvider()137 assertEquals(storageInfo.lifetimeB, wearInformation.lifetimeEstimateB); in testHealthServiceWearInformationProvider()