/frameworks/base/core/tests/coretests/src/android/util/ |
D | DayOfMonthCursorTest.java | 48 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()
|
D | MonthDisplayHelperTest.java | 122 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/ |
D | TimeFormatter.java | 240 (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()
|
D | Time.java | 1137 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/ |
D | LegacyHttpDateTime.java | 96 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/ |
D | DatePickerDialog.java | 174 mDatePicker.getMonth(), mDatePicker.getDayOfMonth()); in onClick() 209 state.putInt(MONTH, mDatePicker.getMonth()); in onSaveInstanceState()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | DatePicker.java | 323 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/ |
D | DatePickerSpinnerDelegate.java | 265 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()
|
D | DatePicker.java | 276 public int getMonth() { in getMonth() method in DatePicker 277 return mDelegate.getMonth(); in getMonth() 550 int getMonth(); in getMonth() method
|
D | DatePickerCalendarDelegate.java | 415 public int getMonth() { in getMonth() method in DatePickerCalendarDelegate
|
/frameworks/base/core/java/android/util/ |
D | MonthDisplayHelper.java | 75 public int getMonth() { in getMonth() method in MonthDisplayHelper
|
/frameworks/base/core/java/android/app/admin/ |
D | FreezePeriod.java | 186 return MonthDay.of(date.getMonth(), date.getDayOfMonth()); in dayOfYearToMonthDay()
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | DatePickerFocusTest.java | 239 assertEquals(monthInt, mDatePicker.getMonth()); in assertDateIs()
|
/frameworks/base/services/core/java/com/android/server/display/color/ |
D | ColorDisplayService.java | 644 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/ |
D | current.txt | 49418 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/ |
D | current.txt | 49562 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/ |
D | android-22.txt | 31644 method public int getMonth(); 37233 method public int getMonth(); 48030 method public deprecated int getMonth(); 53458 method public abstract int getMonth();
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 28036 HSPLjava/time/LocalDateTime;->getMonth()Ljava/time/Month; 30914 HSPLlibcore/util/ZoneInfo$WallTime;->getMonth()I 31942 HSPLsun/util/calendar/CalendarDate;->getMonth()I
|
D | hiddenapi-greylist-max-o.txt | 81068 Landroid/widget/DatePicker$DatePickerDelegate;->getMonth()I
|