Searched refs:toHMS (Results 1 – 5 of 5) sorted by relevance
142 String result = Utils.toHMS(time); in testToHMS()146 result = Utils.toHMS(-time); in testToHMS()
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()
291 public static String toHMS(long millis) { in toHMS() method in Utils
28793 Landroid/icu/text/MeasureFormat;->toHMS([Landroid/icu/util/Measure;)[Ljava/lang/Number;