Searched defs:monthDay (Results 1 – 4 of 4) sorted by relevance
98 public int monthDay; field in Time801 public void set(int second, int minute, int hour, int monthDay, int month, int year) { in set()824 public void set(int monthDay, int month, int year) { in set()
316 final String monthDay = mMonthDayFormat.format(mCurrentDate.getTime()); in onCurrentDateChanged() local
1142 int monthDay = date.monthDay; in unsafeNormalize() local
252 public int monthDay; field in BearerData.TimeStamp