Home
last modified time | relevance | path

Searched refs:printFieldLocked (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/util/
DTimeUtils.java205 static private int printFieldLocked(char[] formatStr, int amt, char suffix, int pos, in printFieldLocked() method in TimeUtils
307 pos = printFieldLocked(formatStr, days, 'd', pos, false, 0); in formatDurationLocked()
308 pos = printFieldLocked(formatStr, hours, 'h', pos, pos != start, zeropad ? 2 : 0); in formatDurationLocked()
309 pos = printFieldLocked(formatStr, minutes, 'm', pos, pos != start, zeropad ? 2 : 0); in formatDurationLocked()
310 pos = printFieldLocked(formatStr, seconds, 's', pos, pos != start, zeropad ? 2 : 0); in formatDurationLocked()
311 … pos = printFieldLocked(formatStr, millis, 'm', pos, true, (zeropad && pos != start) ? 3 : 0); in formatDurationLocked()
/frameworks/base/boot/
Dboot-image-profile.txt16325 HSPLandroid/util/TimeUtils;->printFieldLocked([CICIZI)I
/frameworks/base/config/
Dboot-image-profile.txt16374 HSPLandroid/util/TimeUtils;->printFieldLocked([CICIZI)I
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt61707 Landroid/util/TimeUtils;->printFieldLocked([CICIZI)I