/packages/apps/Calendar/tests/src/com/android/calendar/alerts/ |
Utils.java | 22 public static long createTimeInMillis(int second, int minute, int hour, int monthDay, 25 t.set(second, minute, hour, monthDay, month, year);
|
AlertServiceTest.java | 621 int day = now.monthDay; 644 Utils.createTimeInMillis(0, 0, 23, yesterday.monthDay, yesterday.month, 701 tomorrow.monthDay, tomorrow.month, tomorrow.year, Time.getCurrentTimezone())); [all...] |
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
TimeTest.java | 36 assertEquals(t.monthDay, t2.monthDay); 51 assertEquals(t.monthDay, t2.monthDay); 63 assertEquals(t.monthDay, 1); 72 assertEquals(t.monthDay, 1); 92 assertEquals(0, t.monthDay); 137 assertEquals(13, t.monthDay); 145 assertEquals(13, t.monthDay); 163 assertEquals(13, t.monthDay); [all...] |
/frameworks/base/core/tests/coretests/src/android/text/format/ |
TimeTest.java | 35 // + 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 != test.day2 || local.hour != test.hour [all...] |
/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
RecurrenceProcessor.java | 234 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 = 1 [all...] |
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowTime.java | 36 time.monthDay = 1; 50 time.monthDay = other.monthDay; 92 time.monthDay += diff; 123 public void set(int second, int minute, int hour, int monthDay, int month, int year) { 127 time.monthDay = monthDay; 137 public void set(int monthDay, int month, int year) { 138 set(0, 0, 0, monthDay, month, year); 151 time.monthDay = 0 [all...] |
/packages/apps/Calendar/tests/src/com/android/calendar/widget/ |
CalendarAppWidgetServiceTest.java | 83 time.monthDay += 1; 151 time.monthDay += 5; 155 time.monthDay += 1;
|
/frameworks/base/core/java/android/text/format/ |
Time.java | 99 public int monthDay; 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, int month, int year) [all...] |
/packages/apps/Calendar/src/com/android/calendar/month/ |
SimpleWeekView.java | 269 time.monthDay -= diff; 287 if (time.monthDay == 1) { 300 mDayNumbers[i] = Integer.toString(time.monthDay++); 305 if (time.monthDay == 1) { 306 time.monthDay--;
|
MonthListView.java | 165 mTempTime.monthDay = 1;
|
/cts/tests/tests/text/src/android/text/format/cts/ |
TimeTest.java | 71 time.monthDay = 32; 79 assertEquals(expectedDate, time.monthDay); 83 time.monthDay = 32; 86 assertEquals(expectedDate, time.monthDay); 106 assertEquals(date, time.monthDay); 119 assertEquals(time.monthDay, anotherTime.monthDay); 143 assertEquals(time.monthDay, anotherTime.monthDay); 360 local.monthDay += test.delta [all...] |
/packages/apps/Calendar/src/com/android/calendar/event/ |
EditEventView.java | 275 endTime.monthDay = startTime.monthDay + 1; 338 public void onDateSet(DatePickerDialog view, int year, int month, int monthDay) { 339 Log.d(TAG, "onDateSet: " + year + " " + month + " " + monthDay); 353 int monthDayDuration = endTime.monthDay - startTime.monthDay; 357 startTime.monthDay = monthDay; 363 endTime.monthDay = monthDay + monthDayDuration [all...] |
/development/samples/Wiktionary/src/com/example/android/wiktionary/ |
WordWidget.java | 89 monthNames[today.month], today.monthDay);
|
/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/ |
WordWidget.java | 78 monthNames[today.month], today.monthDay);
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/ |
NetworkPolicyEditor.java | 142 cycleDay = time.monthDay;
|
/packages/apps/Calendar/src/com/android/calendar/ |
EventRecurrenceFormatter.java | 109 int dayNumber = (recurrence.startDate.monthDay - 1) / 7;
|
/packages/apps/Calendar/tests/src/com/android/calendar/ |
UtilsTests.java | 140 private static long createTimeInMillis(int second, int minute, int hour, int monthDay, 142 return createTimeInMillis(second, minute, hour, monthDay, month, year, 146 private static long createTimeInMillis(int second, int minute, int hour, int monthDay, 149 t.set(second, minute, hour, monthDay, month, year);
|
/frameworks/base/core/java/android/widget/ |
DatePickerCalendarDelegate.java | 329 final String monthDay = mMonthDayFormat.format(mCurrentDate.getTime()); 330 mHeaderMonthDay.setText(monthDay);
|
DateTimeView.java | 123 mTime = new Date(t.year-1900, t.month, t.monthDay, t.hour, t.minute, 0); 167 t.monthDay++;
|
/packages/apps/Settings/src/com/android/settings/widget/ |
ChartDataUsageView.java | 452 time.monthDay -= time.weekDay - FIRST_DAY_OF_WEEK; 461 time.monthDay -= 7;
|
/external/caliper/lib/ |
joda-time-2.1-sources.jar | |
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/ |
DataUsageController.java | 112 rt.set(t.monthDay, t.month + months, t.year);
|
/frameworks/opt/telephony/src/java/android/telephony/ |
SmsCbEtwsInfo.java | 174 time.monthDay = day;
|
/packages/apps/Calendar/src/com/android/calendar/recurrencepicker/ |
RecurrencePickerDialog.java | 207 dest.writeInt(endDate.monthDay); 507 "Can handle only by monthday or by nth day of week, not both"); [all...] |
/libcore/luni/src/main/java/libcore/util/ |
ZoneInfo.java | 690 private int monthDay; [all...] |