HomeSort by relevance Sort by last modified time
    Searched refs:MONTH (Results 101 - 125 of 327) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/Contacts/src/com/android/contacts/editor/
EventFieldEditorView.java 183 calendar.set(defaultYear, calendar.get(Calendar.MONTH),
210 oldMonth = calendar.get(Calendar.MONTH);
222 oldMonth = cal.get(Calendar.MONTH);
  /developers/build/prebuilts/gradle/DirectBoot/Application/src/main/java/com/example/android/directboot/
TimePickerFragment.java 81 .saveAlarm(alarmTime.get(Calendar.MONTH), alarmTime.get(Calendar.DATE),
  /developers/build/prebuilts/gradle/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/
AlarmUtil.java 52 alarmTime.set(Calendar.MONTH, alarm.month);
62 String.format("Alarm scheduled at (%2d:%02d) Date: %d, Month: %d",
64 alarm.month, alarm.date));
  /developers/samples/android/security/DirectBoot/Application/src/main/java/com/example/android/directboot/
TimePickerFragment.java 81 .saveAlarm(alarmTime.get(Calendar.MONTH), alarmTime.get(Calendar.DATE),
  /developers/samples/android/security/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/
AlarmUtil.java 52 alarmTime.set(Calendar.MONTH, alarm.month);
62 String.format("Alarm scheduled at (%2d:%02d) Date: %d, Month: %d",
64 alarm.month, alarm.date));
  /development/samples/browseable/DirectBoot/src/com.example.android.directboot/
TimePickerFragment.java 81 .saveAlarm(alarmTime.get(Calendar.MONTH), alarmTime.get(Calendar.DATE),
  /development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/
AlarmUtil.java 52 alarmTime.set(Calendar.MONTH, alarm.month);
62 String.format("Alarm scheduled at (%2d:%02d) Date: %d, Month: %d",
64 alarm.month, alarm.date));
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DebugUtilitiesData.java 41 "MONTH", /* 2 */
122 android.icu.util.Calendar.MONTH, /* 2 */
  /frameworks/base/core/java/android/webkit/
DateSorter.java 32 * one month ago
33 * older than a month ago
64 c.add(Calendar.MONTH, -1);
65 mBins[3] = c.getTimeInMillis(); // One month ago
  /libcore/luni/src/test/java/libcore/java/util/
OldGregorianCalendarTest.java 62 assertEquals(Calendar.SEPTEMBER, g.get(Calendar.MONTH));
  /packages/apps/Contacts/tests/src/com/android/contacts/interactions/
ContactInteractionUtilTest.java 121 // Test other (Month Date)
124 /* month = */ Calendar.MONTH,
  /packages/apps/DeskClock/src/com/android/deskclock/provider/
AlarmInstance.java 68 MONTH,
104 values.put(MONTH, instance.mMonth);
365 mMonth = calendar.get(Calendar.MONTH);
379 calendar.set(Calendar.MONTH, mMonth);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateTimePatternGenerator.java     [all...]
SimpleDateFormat.java 228 * <th rowspan="8">month</th>
232 * <td rowspan="4">Month - Use one or two for the numerical month, three for the abbreviation, four for
233 * the full (wide) name, or five for the narrow name. With two ("MM"), the month number is zero-padded
252 * <td rowspan="4"><b>Stand-Alone</b> Month - Use one or two for the numerical month, three for the abbreviation,
253 * four for the full (wide) name, or 5 for the narrow name. With two ("LL"), the month number is zero-padded if
280 * <td>Week of Month</td>
287 * <td>Date - Day of the month. Use "d" to show the minimum number of digits, or "dd" to always show
300 * <td>Day of Week in Month. The example is for the 2nd Wed in July</td
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateTimePatternGenerator.java     [all...]
SimpleDateFormat.java 227 * <th rowspan="8">month</th>
231 * <td rowspan="4">Month - Use one or two for the numerical month, three for the abbreviation, four for
232 * the full (wide) name, or five for the narrow name. With two ("MM"), the month number is zero-padded
251 * <td rowspan="4"><b>Stand-Alone</b> Month - Use one or two for the numerical month, three for the abbreviation,
252 * four for the full (wide) name, or 5 for the narrow name. With two ("LL"), the month number is zero-padded if
279 * <td>Week of Month</td>
286 * <td>Date - Day of the month. Use "d" to show the minimum number of digits, or "dd" to always show
299 * <td>Day of Week in Month. The example is for the 2nd Wed in July</td
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
CalendarTests.java 60 cal_a.roll(Calendar.MONTH, 1);
63 cal_b.roll(Calendar.MONTH, 1);
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
CalendarICU.java 146 if (field == MONTH || field == DAY_OF_WEEK) {
231 //public void set(int year, int month, int date)
232 //public void set(int year, int month, int date, int hourOfDay, int minute)
233 //public void set(int year, int month, int date, int hourOfDay, int minute, int second)
309 case MONTH:
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
CalendarTests.java 59 cal_a.roll(Calendar.MONTH, 1);
62 cal_b.roll(Calendar.MONTH, 1);
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
MonthAdapter.java 54 int month; field in class:MonthAdapter.CalendarDay
67 month = calendar.get(Calendar.MONTH);
71 public CalendarDay(int year, int month, int day) {
72 setDay(year, month, day);
77 month = date.month;
81 public void setDay(int year, int month, int day) {
83 this.month = month;
191 final int month = position % MONTHS_IN_YEAR; local
    [all...]
MonthView.java 52 * A calendar-like view displaying a specified month and the appropriate selectable day numbers
53 * within the specified month.
71 public static final String VIEW_PARAMS_MONTH = "month";
93 * Which month is currently in focus, as defined by {@link Time#month}
98 * If this month should display week numbers. false if 0, true otherwise.
143 // The month of the first day in this week
145 // The month of the last day in this week
334 * will only update if a new value is included, except for focus month,
335 * which will always default to no focus month if no value is passed in. Se
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DateUtils.java 114 private static final Calendar getUtcDate(int year, int month, int dayOfMonth) {
118 calendar.set(Calendar.MONTH, month);
202 * determine whether the month field should be displayed before the day field, and returns
245 final int targetMonth = target.get(Calendar.MONTH);
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
HolidayCalendarDemo.java 187 // Label for the current month name
253 // The month name and the control buttons are bunched together
352 calendarPanel.add(Calendar.MONTH, +1);
356 calendarPanel.add(Calendar.MONTH, -1);
492 int month = fCalendar.get(Calendar.MONTH); local
497 fCalendar.set(Calendar.MONTH, month);
516 // Stash away a Date for the start of this month
518 // Find the day of week of the first day in this month
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
Calendar.java 36 * <code>YEAR</code>, <code>MONTH</code>, <code>DAY</code>, <code>HOUR</code>,
70 * as well as their meaning. For example, the first month of the year has value
71 * <code>MONTH</code> == <code>JANUARY</code> for all calendars. Other values
78 * <code>GregorianCalendar</code> interprets <code>MONTH</code> ==
84 * values between 1 and the length of the month.
94 * first week of the month or year as a reference point. The first week of a
95 * month or year is defined as the earliest seven day period beginning on
97 * <code>getMinimalDaysInFirstWeek()</code> days of that month or year. Weeks
106 * <code>Date</code> (such as only year and month but no day in the month),
4860 int year, month, dayOfMonth, dayOfYear; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Calendar.java 35 * <code>YEAR</code>, <code>MONTH</code>, <code>DAY</code>, <code>HOUR</code>,
69 * as well as their meaning. For example, the first month of the year has value
70 * <code>MONTH</code> == <code>JANUARY</code> for all calendars. Other values
77 * <code>GregorianCalendar</code> interprets <code>MONTH</code> ==
83 * values between 1 and the length of the month.
93 * first week of the month or year as a reference point. The first week of a
94 * month or year is defined as the earliest seven day period beginning on
96 * <code>getMinimalDaysInFirstWeek()</code> days of that month or year. Weeks
105 * <code>Date</code> (such as only year and month but no day in the month),
5024 int year, month, dayOfMonth, dayOfYear; local
    [all...]

Completed in 771 milliseconds

1 2 3 45 6 7 8 91011>>