Searched refs:monthDay (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/text/format/
H A DTimeTest.java35 // + t.month + '-' + t.monthDay
188 local.monthDay += test.offset;
191 || local.monthDay != test.day2 || local.hour != test.hour2
196 local.year, local.month, local.monthDay, local.hour, local.minute);
205 local.monthDay += test.offset;
209 || local.monthDay != test.day2 || local.hour != test.hour2
214 local.year, local.month, local.monthDay, local.hour, local.minute);
232 || local.monthDay != test.day2 || local.hour != test.hour2
238 local.year, local.month, local.monthDay, local.hour, local.minute,
254 || local.monthDay !
[all...]
/frameworks/base/core/java/android/text/format/
H A DTime.java76 public int monthDay; field in class:Time
171 this.monthDay = 1;
279 this.monthDay = 0;
516 * time.monthDay += 1; // changes the date to Nov 5, 2007, 12am
523 * after adding or subtracting days or explicitly setting the "monthDay"
561 this.monthDay = that.monthDay;
574 public void set(int second, int minute, int hour, int monthDay, int month, int year) { argument
579 this.monthDay = monthDay;
597 set(int monthDay, int month, int year) argument
[all...]
H A DDateUtils.java767 int thenMonthDay = time.monthDay;
772 && (thenMonthDay == time.monthDay);
1160 endDate.monthDay -= 1;
1164 int startDay = startDate.monthDay;
1168 int endDay = endDate.monthDay;
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DRecurrenceProcessor.java234 iterator.monthDay,
329 int dotw = (instance.weekDay - instance.monthDay + 36) % 7;
371 if (daySet[index-1] == instance.monthDay) {
378 if (daySet[daySetLength + index] == instance.monthDay) {
440 + "/" + iterator.monthDay
450 day = t.monthDay;
453 + "/" + t.monthDay
470 + "/" + t.monthDay
510 j = generated.monthDay;
830 iterator.monthDay
[all...]
/frameworks/base/core/java/android/net/
H A DNetworkPolicyManager.java174 lastMonth.monthDay = 1;
204 nextMonth.monthDay = 1;
225 time.monthDay = 1;
228 time.monthDay = cycleDay;
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsCbEtwsInfo.java160 time.monthDay = day;
/frameworks/base/core/java/android/widget/
H A DDateTimeView.java99 mTime = new Date(t.year-1900, t.month, t.monthDay, t.hour, t.minute, 0);
124 t.monthDay++;
H A DDatePicker.java214 public void onSelectedDayChange(CalendarView view, int year, int month, int monthDay) {
215 setDate(year, month, monthDay);
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DRecurrenceProcessorTest.java2508 date.monthDay += 100;
2511 date.monthDay -= 100;
2525 date.monthDay += 100;
2528 date.monthDay -= 100;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/
H A DCdmaSmsTest.java290 assertEquals(bearerData.msgCenterTimeStamp.monthDay, 1);
298 assertEquals(bearerData.deferredDeliveryTimeAbsolute.monthDay, 18);
337 assertEquals(bearerData.msgCenterTimeStamp.monthDay, 1);
345 assertEquals(bearerData.deferredDeliveryTimeAbsolute.monthDay, 18);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
H A DBearerData.java244 ts.monthDay = day;
263 builder.append(", day=" + monthDay);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSmsMessage.java607 time.monthDay = day;
/frameworks/base/services/java/com/android/server/net/
H A DNetworkPolicyManagerService.java1133 final int cycleDay = time.monthDay;

Completed in 222 milliseconds