Searched refs:HUNDRED_DAY_FIELD_LEN (Results 1 – 3 of 3) sorted by relevance
141 public static final int HUNDRED_DAY_FIELD_LEN = 19; field in TimeUtils151 private static char[] sFormatStr = new char[HUNDRED_DAY_FIELD_LEN+10];152 private static char[] sTmpFormatStr = new char[HUNDRED_DAY_FIELD_LEN+10];
595 TimeUtils.formatDuration(mEventTimes[index]-now, pw, TimeUtils.HUNDRED_DAY_FIELD_LEN); in dumpHistory()
6276 rec.time - baseTime, item, TimeUtils.HUNDRED_DAY_FIELD_LEN); in printNextItem()