Searched refs:printFieldLocked (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/util/ |
D | TimeUtils.java | 175 static private int printFieldLocked(char[] formatStr, int amt, char suffix, int pos, in printFieldLocked() method in TimeUtils 277 pos = printFieldLocked(formatStr, days, 'd', pos, false, 0); in formatDurationLocked() 278 pos = printFieldLocked(formatStr, hours, 'h', pos, pos != start, zeropad ? 2 : 0); in formatDurationLocked() 279 pos = printFieldLocked(formatStr, minutes, 'm', pos, pos != start, zeropad ? 2 : 0); in formatDurationLocked() 280 pos = printFieldLocked(formatStr, seconds, 's', pos, pos != start, zeropad ? 2 : 0); in formatDurationLocked() 281 … pos = printFieldLocked(formatStr, millis, 'm', pos, true, (zeropad && pos != start) ? 3 : 0); in formatDurationLocked()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 15806 HSPLandroid/util/TimeUtils;->printFieldLocked([CICIZI)I
|
D | hiddenapi-greylist-max-o.txt | 72813 Landroid/util/TimeUtils;->printFieldLocked([CICIZI)I
|