Searched refs:printFieldLocked (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/util/ |
D | TimeUtils.java | 205 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/ |
D | boot-image-profile.txt | 16325 HSPLandroid/util/TimeUtils;->printFieldLocked([CICIZI)I
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 16374 HSPLandroid/util/TimeUtils;->printFieldLocked([CICIZI)I
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 61707 Landroid/util/TimeUtils;->printFieldLocked([CICIZI)I
|