Searched defs:toDays (Results 1 – 1 of 1) sorted by relevance
50 public long toDays(long d) { return d/(C6/C0); } in toDays() method61 public long toDays(long d) { return d/(C6/C1); } in toDays() method72 public long toDays(long d) { return d/(C6/C2); } in toDays() method83 public long toDays(long d) { return d/(C6/C3); } in toDays() method94 public long toDays(long d) { return d/(C6/C4); } in toDays() method105 public long toDays(long d) { return d/(C6/C5); } in toDays() method116 public long toDays(long d) { return d; } in toDays() method251 public long toDays(long duration) { in toDays() method in TimeUnit