Searched refs:toHMS (Results 1 – 5 of 5) sorted by relevance
144 String result = Utils.toHMS(time); in testToHMS()148 result = Utils.toHMS(-time); in testToHMS()
115 out.println("Last sweep " + Utils.toHMS(mClock.getElapsedSinceBootMillis() - mLastSweep) in dump()
103 sb.append(" expires in ").append(Utils.toHMS(mExpiryTime - now)).append(' '); in toString()
248 public static String toHMS(long millis) { in toHMS() method in Utils
3413 Landroid/icu/text/MeasureFormat;->toHMS([Landroid/icu/util/Measure;)[Ljava/lang/Number;