Searched refs:monthDay (Results 1 - 17 of 17) 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/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/text/format/
H A DTime.java99 public int monthDay; field in class:Time
202 this.monthDay = 1;
309 this.monthDay = 0;
447 monthDay = n;
580 monthDay = n;
726 * time.monthDay += 1; // changes the date to Nov 5, 2007, 12am
733 * after adding or subtracting days or explicitly setting the "monthDay"
790 this.monthDay = that.monthDay;
803 public void set(int second, int minute, int hour, int monthDay, in argument
826 set(int monthDay, int month, int year) argument
[all...]
H A DDateUtils.java473 int thenMonthDay = time.monthDay;
478 && (thenMonthDay == time.monthDay);
/frameworks/base/core/java/android/net/
H A DNetworkPolicyManager.java269 lastMonth.monthDay = 1;
299 nextMonth.monthDay = 1;
320 time.monthDay = 1;
323 time.monthDay = cycleDay;
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsCbEtwsInfo.java174 time.monthDay = day;
/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/base/core/java/android/widget/
H A DDateTimeView.java123 mTime = new Date(t.year-1900, t.month, t.monthDay, t.hour, t.minute, 0);
167 t.monthDay++;
H A DDatePickerCalendarDelegate.java324 final String monthDay = mMonthDayFormat.format(mCurrentDate.getTime());
325 mHeaderMonthDay.setText(monthDay);
H A DDatePickerSpinnerDelegate.java164 public void onSelectedDayChange(CalendarView view, int year, int month, int monthDay) {
165 setDate(year, month, monthDay);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DNetworkPolicyEditor.java142 cycleDay = time.monthDay;
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
H A DDataUsageController.java102 rt.set(t.monthDay, t.month + months, t.year);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/
H A DCdmaSmsTest.java293 assertEquals(bearerData.msgCenterTimeStamp.monthDay, 1);
301 assertEquals(bearerData.deferredDeliveryTimeAbsolute.monthDay, 18);
340 assertEquals(bearerData.msgCenterTimeStamp.monthDay, 1);
348 assertEquals(bearerData.deferredDeliveryTimeAbsolute.monthDay, 18);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DMonthView.java411 day == today.monthDay;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
H A DBearerData.java248 ts.monthDay = day;
267 builder.append(", day=" + monthDay);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSmsMessage.java606 time.monthDay = day;
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java1391 final int cycleDay = time.monthDay;

Completed in 549 milliseconds