Searched refs:toDays (Results 1 – 2 of 2) sorted by relevance
25 public long toDays(long d) { return d/(C6/C0); } in toDays() method36 public long toDays(long d) { return d/(C6/C1); } in toDays() method47 public long toDays(long d) { return d/(C6/C2); } in toDays() method58 public long toDays(long d) { return d/(C6/C3); } in toDays() method69 public long toDays(long d) { return d/(C6/C4); } in toDays() method80 public long toDays(long d) { return d/(C6/C5); } in toDays() method91 public long toDays(long d) { return d; } in toDays() method92 public long convert(long d, TimeUnit u) { return u.toDays(d); } in convert()143 public long toDays(long duration) { in toDays() method in TimeUnit
289 if (unit.toDays(value) >= IDLE_MODE_MAX_TIMEOUT_DAYS) { in idleTimeout()