/frameworks/base/core/tests/coretests/src/android/text/format/ |
D | TimeTest.java | 188 local.monthDay += test.offset; in testNormalize1() 191 || local.monthDay != test.day2 || local.hour != test.hour2 in testNormalize1() 196 local.year, local.month, local.monthDay, local.hour, local.minute); in testNormalize1() 205 local.monthDay += test.offset; in testNormalize1() 209 || local.monthDay != test.day2 || local.hour != test.hour2 in testNormalize1() 214 local.year, local.month, local.monthDay, local.hour, local.minute); in testNormalize1() 232 || local.monthDay != test.day2 || local.hour != test.hour2 in testNormalize1() 238 local.year, local.month, local.monthDay, local.hour, local.minute, in testNormalize1() 254 || local.monthDay != test.day2 || local.hour != test.hour2 in testNormalize1() 260 local.year, local.month, local.monthDay, local.hour, local.minute, in testNormalize1() [all …]
|
/frameworks/opt/calendar/src/com/android/calendarcommon/ |
D | RecurrenceProcessor.java | 234 iterator.monthDay, in filter() 329 int dotw = (instance.weekDay - instance.monthDay + 36) % 7; in filterMonthlySetPos() 371 if (daySet[index-1] == instance.monthDay) { in filterMonthlySetPos() 378 if (daySet[daySetLength + index] == instance.monthDay) { in filterMonthlySetPos() 440 + "/" + iterator.monthDay in get() 450 day = t.monthDay; in get() 453 + "/" + t.monthDay in get() 470 + "/" + t.monthDay in get() 510 j = generated.monthDay; in generateDaysList() 830 iterator.monthDay = 1; in expand() [all …]
|
/frameworks/base/core/java/android/text/format/ |
D | Time.java | 74 public int monthDay; field in Time 166 this.monthDay = 1; in Time() 274 this.monthDay = 0; in clear() 581 this.monthDay = that.monthDay; in set() 594 public void set(int second, int minute, int hour, int monthDay, int month, int year) { in set() argument 599 this.monthDay = monthDay; in set() 617 public void set(int monthDay, int month, int year) { in set() argument 622 this.monthDay = monthDay; in set() 692 temp.monthDay += sThursdayOffset[weekDay]; in getWeekNumber() 789 monthDay += diff; in setJulianDay()
|
D | DateUtils.java | 839 int thenMonthDay = time.monthDay; in isToday() 844 && (thenMonthDay == time.monthDay); in isToday() 1235 endDate.monthDay -= 1; in formatDateRange() 1239 int startDay = startDate.monthDay; in formatDateRange() 1243 int endDay = endDate.monthDay; in formatDateRange()
|
/frameworks/base/core/java/android/net/ |
D | NetworkPolicyManager.java | 147 lastMonth.monthDay = 1; in computeLastCycleBoundary() 173 nextMonth.monthDay = 1; in computeNextCycleBoundary() 194 time.monthDay = 1; in snapToCycleDay() 197 time.monthDay = cycleDay; in snapToCycleDay()
|
/frameworks/opt/calendar/tests/src/com/android/calendarcommon/ |
D | RecurrenceProcessorTest.java | 2500 date.monthDay += 100; in performanceTestNormalize() 2503 date.monthDay -= 100; in performanceTestNormalize() 2517 date.monthDay += 100; in performanceTestNormalize() 2520 date.monthDay -= 100; in performanceTestNormalize()
|
/frameworks/base/core/java/android/widget/ |
D | DateTimeView.java | 99 mTime = new Date(t.year-1900, t.month, t.monthDay, t.hour, t.minute, 0); in setTime() 124 t.monthDay++; in update()
|
D | DatePicker.java | 213 public void onSelectedDayChange(CalendarView view, int year, int month, int monthDay) { in DatePicker() 214 setDate(year, month, monthDay); in DatePicker()
|
/frameworks/base/telephony/java/android/telephony/ |
D | SmsCbMessage.java | 437 time.monthDay = day; in getTimestampMillis()
|
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/ |
D | CdmaSmsTest.java | 289 assertEquals(bearerData.msgCenterTimeStamp.monthDay, 1); in testMonolithicOne() 297 assertEquals(bearerData.deferredDeliveryTimeAbsolute.monthDay, 18); in testMonolithicOne() 336 assertEquals(bearerData.msgCenterTimeStamp.monthDay, 1); in testMonolithicTwo() 344 assertEquals(bearerData.deferredDeliveryTimeAbsolute.monthDay, 18); in testMonolithicTwo()
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
D | SmsMessage.java | 571 time.monthDay = day; in getSCTimestampMillis()
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/ |
D | BearerData.java | 249 ts.monthDay = day; in fromByteArray() 268 builder.append(", day=" + monthDay); in toString()
|
/frameworks/base/services/java/com/android/server/net/ |
D | NetworkPolicyManagerService.java | 899 final int cycleDay = time.monthDay; in ensureActiveMobilePolicyLocked()
|
/frameworks/base/api/ |
D | current.txt | 20506 field public int monthDay;
|
D | 14.txt | 20506 field public int monthDay;
|