HomeSort by relevance Sort by last modified time
    Searched defs:YEAR (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/chromium_org/ui/android/java/src/org/chromium/ui/picker/
TwoFieldDatePickerDialog.java 18 private static final String YEAR = "year";
30 * @param year The year that was set.
31 * @param positionInYear The position in the year that was set.
33 void onValueSet(int year, int positionInYear);
39 * @param year The initial year of the dialog.
44 int year,
48 this(context, 0, callBack, year, positionInYear, minValue, maxValue)
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/provider/
ClockContract.java 207 * Alarm year.
211 public static final String YEAR = "year";
214 * Alarm month in year.
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStoreAudioTestHelper.java 89 public static final int YEAR = 1992;
134 values.put(Media.YEAR, YEAR);
165 public static final int YEAR = 1992;
213 values.put(Media.YEAR, YEAR);
  /cts/tests/tests/text/src/android/text/format/cts/
DateFormatTest.java 41 private static final int YEAR = 2008;
157 Calendar calendar = new GregorianCalendar(YEAR, MONTH, DAY);
  /frameworks/base/core/java/android/app/
DatePickerDialog.java 45 private static final String YEAR = "year";
62 * @param year The year that was set.
67 void onDateSet(DatePicker view, int year, int monthOfYear, int dayOfMonth);
73 * @param year The initial year of the dialog.
79 int year,
82 this(context, 0, callBack, year, monthOfYear, dayOfMonth);
99 * @param year The initial year of the dialog
198 final int year = savedInstanceState.getInt(YEAR); local
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
MediaMetadataTest.java 40 YEAR, DURATION, NUM_TRACKS, WRITER
115 Log.v(TAG, "Year : "+ value);
116 assertEquals(TAG, meta_data_file[fileIndex][meta.YEAR.ordinal()], value);
  /packages/apps/Contacts/src/com/android/contacts/datepicker/
DatePickerDialog.java 19 // This is a fork of the standard Android DatePicker that additionally allows toggling the year
46 /** Magic year that represents "no year" */
49 private static final String YEAR = "year";
69 * @param year The year that was set or {@link DatePickerDialog#NO_YEAR} if the user has
70 * not specified a year
75 void onDateSet(DatePicker view, int year, int monthOfYear, int dayOfMonth);
81 * @param year The initial year of the dialo
215 int year = savedInstanceState.getInt(YEAR); local
    [all...]
  /frameworks/base/core/java/android/text/format/
DateFormat.java 156 public static final char YEAR = 'y';
317 int year = value.indexOf('y'); local
319 if (month >= 0 && day >= 0 && year >= 0) {
321 if (year < month && year < day) {
328 if (day < year) {
334 if (month < year) {
372 * array containing the day ({@code 'd'}), month ({@code 'M'}), and year ({@code 'y'}))
376 * not just the day, month, and year, and not necessarily in the same
564 replacement = getYearString(inDate.get(Calendar.YEAR), count)
    [all...]
Time.java 42 * <a href="http://en.wikipedia.org/wiki/Year_2038_problem">Year 2038 problem</a> for details.
106 * Year. For example, 1970.
108 public int year; field in class:Time
116 * Day of year [0-365]
149 public static final int YEAR = 6;
200 this.year = 1970;
270 int y = this.year;
276 case YEAR:
281 int y = this.year;
282 // Year days are numbered from 0, so the last one is usually 364
    [all...]
  /libcore/luni/src/main/java/java/text/
DateFormat.java 120 * to the {@link Calendar#YEAR} field.
702 * Marks the year part of a date.
704 public static final Field YEAR = new Field("year", Calendar.YEAR);
747 * Marks the day of the year part of a date.
749 public static final Field DAY_OF_YEAR = new Field("day of year", Calendar.DAY_OF_YEAR);
758 * Marks the week of the year part of a date.
760 public static final Field WEEK_OF_YEAR = new Field("week of year",
  /libcore/luni/src/test/java/libcore/icu/
DateIntervalFormatTest.java 29 private static final long YEAR = 12 * MONTH;
44 c.set(Calendar.YEAR, 2009);
81 assertEquals("1/19/2009 ? 2/9/2012", formatDateRange(en_US, tz, fixedTime, fixedTime + 3 * YEAR, FORMAT_SHOW_YEAR | FORMAT_NUMERIC_DATE));
86 assertEquals("19.01.2009 - 09.02.2012", formatDateRange(de_DE, tz, fixedTime, fixedTime + 3 * YEAR, FORMAT_SHOW_YEAR | FORMAT_NUMERIC_DATE));
91 assertEquals("19/1/2009?9/2/2012", formatDateRange(es_US, tz, fixedTime, fixedTime + 3 * YEAR, FORMAT_SHOW_YEAR | FORMAT_NUMERIC_DATE));
96 assertEquals("19/1/2009?9/2/2012", formatDateRange(es_ES, tz, fixedTime, fixedTime + 3 * YEAR, FORMAT_SHOW_YEAR | FORMAT_NUMERIC_DATE));
110 assertEquals("Jan 19, 2009 ? Feb 9, 2012", formatDateRange(en_US, tz, fixedTime, fixedTime + 3 * YEAR, FORMAT_SHOW_DATE | FORMAT_ABBREV_ALL));
111 assertEquals("Jan 2009 ? Feb 2012", formatDateRange(en_US, tz, fixedTime, fixedTime + 3 * YEAR, FORMAT_NO_MONTH_DAY | FORMAT_ABBREV_ALL));
112 assertEquals("January 19, 2009 ? February 9, 2012", formatDateRange(en_US, tz, fixedTime, fixedTime + 3 * YEAR, 0));
113 assertEquals("Monday, January 19, 2009 ? Thursday, February 9, 2012", formatDateRange(en_US, tz, fixedTime, fixedTime + 3 * YEAR, FORMAT_SHOW_WEEKDAY))
    [all...]
  /cts/tests/tests/app.usage/src/android/app/usage/cts/
UsageStatsTest.java 66 private static final long YEAR = 365 * DAY;
280 intervalLengths.put(UsageStatsManager.INTERVAL_YEARLY, YEAR);
  /external/chromium_org/third_party/icu/source/i18n/unicode/
calendar.h 55 * <code>YEAR</code>, <code>MONTH</code>, <code>DAY</code>, <code>HOUR</code>,
91 * <code>UDate</code> (such as only year and month but no day in the month),
100 * start of the epoch: i.e., YEAR = 1970, MONTH = JANUARY, DATE = 1, etc.
151 * specification of the historial Arabic astronomical calendar requires year,
218 YEAR, // Example: 1..big number
234 YEAR_WOY, // 'Y' Example: 1..big number - Year of Week of Year
544 * starting with 100 BC and adding +1 to year results in 99 BC (even though this actually reduces
566 * starting with 100 BC and adding +1 to year results in 99 BC (even though this actually reduces
584 * roll(Calendar::DATE, true). When rolling on the year or Calendar::YEAR field, i
    [all...]
  /external/chromium_org/v8/src/
dateparser.h 18 // [0]: year
31 YEAR, MONTH, DAY, HOUR, MINUTE, SECOND, MILLISECOND, UTC_OFFSET, OUTPUT_SIZE
366 // If set, ensures that data is always parsed in year-month-date order.
  /external/icu/icu4c/source/i18n/unicode/
calendar.h 55 * <code>YEAR</code>, <code>MONTH</code>, <code>DAY</code>, <code>HOUR</code>,
91 * <code>UDate</code> (such as only year and month but no day in the month),
100 * start of the epoch: i.e., YEAR = 1970, MONTH = JANUARY, DATE = 1, etc.
151 * specification of the historial Arabic astronomical calendar requires year,
218 YEAR, // Example: 1..big number
234 YEAR_WOY, // 'Y' Example: 1..big number - Year of Week of Year
544 * starting with 100 BC and adding +1 to year results in 99 BC (even though this actually reduces
566 * starting with 100 BC and adding +1 to year results in 99 BC (even though this actually reduces
584 * roll(Calendar::DATE, true). When rolling on the year or Calendar::YEAR field, i
    [all...]
  /libcore/luni/src/main/java/java/util/
Calendar.java 32 * {@code YEAR}, {@code MONTH}, {@code DAY},
57 * fields, as well as their meaning. For example, the first month of the year
60 * and {@code YEAR}. See individual field documentation and subclass
84 * the first week of the month or year as a reference point. The first week of a
85 * month or year is defined as the earliest seven day period beginning on
87 * {@code getMinimalDaysInFirstWeek()} days of that month or year. Weeks
91 * designate the week before week 1 of a year as week <em>n</em> of the
92 * previous year.
97 * {@code Date} (such as only year and month but no day in the month), or
105 * of the epoch: i.e., YEAR = 1970, MONTH = JANUARY, DATE = 1, etc
    [all...]
  /frameworks/base/core/java/android/provider/
MediaStore.java     [all...]
  /prebuilts/misc/common/com.android.uiautomator.platform.common/
com.android.uiautomator.platform.common.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /prebuilts/sdk/11/
android.jar 

Completed in 944 milliseconds

1 2 3