Searched refs:toHMS (Results 1 – 3 of 3) sorted by relevance
75 sb.append(" expires in ").append(Utils.toHMS(mExpiryTime - now)).append(' '); in toString()
97 out.println("Last sweep " + Utils.toHMS(mClock.getElapsedSinceBootMillis() - mLastSweep) in dump()
248 public static String toHMS(long millis) { in toHMS() method in Utils