Home
last modified time | relevance | path

Searched refs:getMonth (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/util/
DDayOfMonthCursorTest.java48 assertEquals(Calendar.SEPTEMBER, mc.getMonth()); in testMoveLeft()
67 assertEquals(Calendar.AUGUST, mc.getMonth()); in testMoveLeft()
78 assertEquals(Calendar.SEPTEMBER, mc.getMonth()); in testMoveRight()
97 assertEquals(Calendar.OCTOBER, mc.getMonth()); in testMoveRight()
108 assertEquals(Calendar.SEPTEMBER, mc.getMonth()); in testMoveUp()
121 assertEquals(Calendar.AUGUST, mc.getMonth()); in testMoveUp()
132 assertEquals(Calendar.SEPTEMBER, mc.getMonth()); in testMoveDown()
145 assertEquals(Calendar.OCTOBER, mc.getMonth()); in testMoveDown()
DMonthDisplayHelperTest.java122 assertEquals(Calendar.AUGUST, helper.getMonth()); in testPrevMonth()
135 assertEquals(Calendar.DECEMBER, helper.getMonth()); in testPrevMonthRollOver()
148 assertEquals(Calendar.SEPTEMBER, helper.getMonth()); in testNextMonth()
/frameworks/base/core/java/android/text/format/
DTimeFormatter.java240 (wallTime.getMonth() < 0 || wallTime.getMonth() >= MONSPERYEAR) in handleToken()
243 DateFormatSymbols.WIDE)[wallTime.getMonth()], in handleToken()
247 (wallTime.getMonth() < 0 || wallTime.getMonth() >= MONSPERYEAR) in handleToken()
250 DateFormatSymbols.WIDE)[wallTime.getMonth()], in handleToken()
256 modifyAndAppend((wallTime.getMonth() < 0 || wallTime.getMonth() >= MONSPERYEAR) in handleToken()
259 DateFormatSymbols.ABBREVIATED)[wallTime.getMonth()], in handleToken()
320 wallTime.getMonth() + 1); in handleToken()
DTime.java1137 n = wallTime.getMonth() + 1; in format2445()
1185 wallTime.getMonth() + 1, in toStringInternal()
1208 diff = aObject.wallTime.getMonth() - bObject.wallTime.getMonth(); in compare()
1251 time.month = wallTime.getMonth(); in copyFieldsToTime()
/frameworks/ex/common/java/com/android/common/
DLegacyHttpDateTime.java96 month = getMonth(rfcMatcher.group(2)); in parse()
102 month = getMonth(ansicMatcher.group(1)); in parse()
146 private static int getMonth(String monthString) { in getMonth() method in LegacyHttpDateTime
/frameworks/base/core/java/android/app/
DDatePickerDialog.java174 mDatePicker.getMonth(), mDatePicker.getDayOfMonth()); in onClick()
209 state.putInt(MONTH, mDatePicker.getMonth()); in onSaveInstanceState()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DDatePicker.java323 public int getMonth() { in getMonth() method in DatePicker.SavedState
384 mMonth = ss.getMonth(); in onRestoreInstanceState()
449 public int getMonth() { in getMonth() method in DatePicker
/frameworks/base/core/java/android/widget/
DDatePickerSpinnerDelegate.java265 public int getMonth() { in getMonth() method in DatePickerSpinnerDelegate
378 return new SavedState(superState, getYear(), getMonth(), getDayOfMonth(), in onSaveInstanceState()
581 mOnDateChangedListener.onDateChanged(mDelegator, getYear(), getMonth(), in notifyDateChanged()
585 mAutoFillChangeListener.onDateChanged(mDelegator, getYear(), getMonth(), in notifyDateChanged()
DDatePicker.java276 public int getMonth() { in getMonth() method in DatePicker
277 return mDelegate.getMonth(); in getMonth()
550 int getMonth(); in getMonth() method
DDatePickerCalendarDelegate.java415 public int getMonth() { in getMonth() method in DatePickerCalendarDelegate
/frameworks/base/core/java/android/util/
DMonthDisplayHelper.java75 public int getMonth() { in getMonth() method in MonthDisplayHelper
/frameworks/base/core/java/android/app/admin/
DFreezePeriod.java186 return MonthDay.of(date.getMonth(), date.getDayOfMonth()); in dayOfYearToMonthDay()
/frameworks/base/core/tests/coretests/src/android/widget/
DDatePickerFocusTest.java239 assertEquals(monthInt, mDatePicker.getMonth()); in assertDateIs()
/frameworks/base/services/core/java/com/android/server/display/color/
DColorDisplayService.java644 final LocalDateTime ldt = LocalDateTime.of(compareTime.getYear(), compareTime.getMonth(), in getDateTimeBefore()
660 final LocalDateTime ldt = LocalDateTime.of(compareTime.getYear(), compareTime.getMonth(), in getDateTimeAfter()
/frameworks/base/non-updatable-api/
Dcurrent.txt49418 method public int getMonth();
56792 method public int getMonth();
68959 method public java.time.Month getMonth();
69006 method public java.time.Month getMonth();
69155 method public java.time.Month getMonth();
69186 method public java.time.Month getMonth();
69385 method public java.time.Month getMonth();
69458 method public java.time.Month getMonth();
70307 method public java.time.Month getMonth();
70973 method @Deprecated public int getMonth();
[all …]
/frameworks/base/api/
Dcurrent.txt49562 method public int getMonth();
56936 method public int getMonth();
69103 method public java.time.Month getMonth();
69150 method public java.time.Month getMonth();
69299 method public java.time.Month getMonth();
69330 method public java.time.Month getMonth();
69529 method public java.time.Month getMonth();
69602 method public java.time.Month getMonth();
70451 method public java.time.Month getMonth();
71117 method @Deprecated public int getMonth();
[all …]
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt31644 method public int getMonth();
37233 method public int getMonth();
48030 method public deprecated int getMonth();
53458 method public abstract int getMonth();
/frameworks/base/config/
Dboot-image-profile.txt28036 HSPLjava/time/LocalDateTime;->getMonth()Ljava/time/Month;
30914 HSPLlibcore/util/ZoneInfo$WallTime;->getMonth()I
31942 HSPLsun/util/calendar/CalendarDate;->getMonth()I
Dhiddenapi-greylist-max-o.txt81068 Landroid/widget/DatePicker$DatePickerDelegate;->getMonth()I