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