Searched refs:lifetimeA (Results 1 – 5 of 5) sorted by relevance
77 Optional<Integer> lifetimeA = Optional.empty(); in load() local98 lifetimeA = Optional.of(Integer.decode(value)); in load()113 if (!lifetimeA.isPresent() || !lifetimeB.isPresent() || !eol.isPresent()) { in load()117 return new WearInformation(convertLifetime(lifetimeA.get()), in load()
57 final MutableInt lifetimeA = new MutableInt(0); in load() local71 lifetimeA.value = value2.lifetimeA; in load()102 return new WearInformation(convertLifetime(lifetimeA.value), in load()
91 int lifetimeA; in load() local96 lifetimeA = Integer.decode(lifetimes[0]); in load()104 return new WearInformation(convertLifetime(lifetimeA), in load()
50 public WearInformation(int lifetimeA, int lifetimeB, int preEol) { in WearInformation() argument51 lifetimeEstimateA = lifetimeA; in WearInformation()
125 storageInfo.lifetimeA = 3; in testHealthServiceWearInformationProvider()