Searched defs:lifetimeA (Results 1 – 4 of 4) sorted by relevance
77 Optional<Integer> lifetimeA = Optional.empty(); in load() local
91 int lifetimeA; in load() local
57 final MutableInt lifetimeA = new MutableInt(0); in load() local
50 public WearInformation(int lifetimeA, int lifetimeB, int preEol) { in WearInformation()