Searched defs:date (Results 1 - 25 of 30) sorted by relevance

12

/frameworks/base/include/androidfw/
H A DZipUtils.h67 const long date = when >> 16; local
68 timespec->tm_year = ((date >> 9) & 0x7F) + 80; // Zip is years since 1980
69 timespec->tm_mon = (date >> 5) & 0x0F;
70 timespec->tm_mday = date & 0x1F;
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DSimpleDayPickerView.java17 package com.android.datetimepicker.date;
H A DSimpleMonthAdapter.java17 package com.android.datetimepicker.date;
H A DAccessibleDateAnimator.java17 package com.android.datetimepicker.date;
37 * Announce the currently-selected date when launched.
42 // Clear the event's current text so that only the current date will be spoken.
H A DDatePickerController.java17 package com.android.datetimepicker.date;
19 import com.android.datetimepicker.date.DatePickerDialog.OnDateChangedListener;
20 import com.android.datetimepicker.date.MonthAdapter.CalendarDay;
25 * Controller class to communicate among the various components of the date picker dialog.
H A DSimpleMonthView.java17 package com.android.datetimepicker.date;
H A DTextViewWithCircularIndicator.java17 package com.android.datetimepicker.date;
H A DMonthAdapter.java17 package com.android.datetimepicker.date;
27 import com.android.datetimepicker.date.MonthView.OnDayClickListener;
48 * A convenience class to represent a specific date.
75 public void set(CalendarDay date) { argument
76 year = date.year;
77 month = date.month;
78 day = date.day;
H A DYearPickerView.java17 package com.android.datetimepicker.date;
32 import com.android.datetimepicker.date.DatePickerDialog.OnDateChangedListener;
H A DDayPickerView.java17 package com.android.datetimepicker.date;
35 import com.android.datetimepicker.date.DatePickerDialog.OnDateChangedListener;
36 import com.android.datetimepicker.date.MonthAdapter.CalendarDay;
271 protected void setMonthDisplayed(CalendarDay date) { argument
272 mCurrentMonthDisplayed = date.month;
374 * Attempts to return the date that has accessibility focus.
376 * @return The date that has accessibility focus, or {@code null} if no date
399 * Attempts to restore accessibility focus to a given date. No-op if
402 * @param day The date tha
[all...]
H A DDatePickerDialog.java17 package com.android.datetimepicker.date;
41 import com.android.datetimepicker.date.MonthAdapter.CalendarDay;
50 * Dialog allowing users to select a date.
114 * The callback used to indicate the user is done filling in the date.
129 * The callback used to notify other date picker components of a change in selected date.
142 * @param callBack How the parent is notified that the date is set.
382 * Sets the minimal date supported by this DatePicker. Dates before (but not including) the
383 * specified date will be disallowed from being selected.
395 * @return The minimal date supporte
[all...]
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/
H A DObexTime.java78 public ObexTime(Date date) { argument
79 mDate = date;
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/utils/
H A DObexTime.java78 public ObexTime(Date date) { argument
79 mDate = date;
/frameworks/base/core/java/android/net/http/
H A DSslCertificate.java48 * SimpleDateFormat pattern for an ISO 8601 date
63 * Not-before date from the validity period
68 * Not-after date from the validity period
147 * @param validNotBefore The not-before date from the certificate
149 * @param validNotAfter The not-after date from the certificate
163 * @param validNotBefore The not-before date from the certificate validity period
164 * @param validNotAfter The not-after date from the certificate validity period
197 * @return Not-before date from the certificate validity period or
205 * @return Not-before date from the certificate validity period in
216 * @return Not-after date fro
318 formatDate(Date date) argument
328 cloneDate(Date date) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DCalendarViewMaterialDelegate.java53 throw new IllegalArgumentException("max date cannot be before min date");
223 public void setDate(long date) { argument
224 mDayPickerView.setDate(date, true, false);
228 public void setDate(long date, boolean animate, boolean center) { argument
229 mDayPickerView.setDate(date, animate, center);
H A DCalendarView.java40 * of dates supported by this calendar is configurable. A user can select a date
41 * by taping on it and can scroll and fling the calendar to a desired date.
67 * The callback used to indicate the user changes the date.
163 * @param color The focused month date color.
174 * @return The focused month date color.
185 * @param color A not focused month date color.
196 * @return A not focused month date color.
250 * the end of the selected date.
262 * the end of the selected date.
274 * the end of the selected date
476 setDate(long date) argument
494 setDate(long date, boolean animate, boolean center) argument
560 setDate(long date) argument
561 setDate(long date, boolean animate, boolean center) argument
610 parseDate(String date, Calendar outDate) argument
[all...]
H A DDayPickerView.java88 * Sets the currently selected date to the specified timestamp. Jumps
89 * immediately to the new date. To animate to the new date, use
133 * Handles changes to date range.
138 // Changing the min/max date changes the selection position since we
290 protected void setMonthDisplayed(Calendar date) { argument
291 if (mCurrentMonthDisplayed != date.get(Calendar.MONTH)) {
292 mCurrentMonthDisplayed = date.get(Calendar.MONTH);
401 * Attempts to return the date that has accessibility focus.
403 * @return The date tha
[all...]
H A DDatePicker.java54 * Provides a widget for selecting a date.
57 * set to {@code spinner}, the date can be selected using year, month, and day
102 * The callback used to indicate the user changes\d the date.
107 * Called upon a date change.
167 * date the values are normalized before updating the spinners.
172 * @param onDateChangedListener How user is notified date is changed by
181 * Update the current date.
213 * Gets the minimal date supported by this {@link DatePicker} in
217 * Note: The default minimal date is 01/01/1900.
220 * @return The minimal supported date
991 parseDate(String date, Calendar outDate) argument
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DArchive.h45 char date[12]; ///< File date, decimal seconds since Epoch member in struct:mcld::Archive::MemberHeader
/frameworks/native/cmds/dumpstate/
H A Ddumpstate.c106 char network[PROPERTY_VALUE_MAX], date[80]; local
115 strftime(date, sizeof(date), "%Y-%m-%d %H:%M:%S", localtime(&now));
118 printf("== dumpstate: %s\n", date);
389 " -d: append date to filename (requires -o)\n"
538 char date[80]; local
540 strftime(date, sizeof(date), "-%Y-%m-%d-%H-%M-%S", localtime(&now));
541 strlcat(path, date, sizeof(path));
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DRecurrenceProcessor.java111 // last "until" date or "rdate".
621 * value. Returns an array of longs where each element is a date in UTC
632 * @return an array of dates, each date is in UTC milliseconds
645 // do so) because the "until" date string is specified in UTC and that
714 * strings containing the start date/times of the occurrences; the output
721 * @param dtstart the dtstart date as defined in RFC2445. This
724 * @param rangeStartDateValue the first date-time you care about, inclusive
725 * @param rangeEndDateValue the last date-time you care about, not inclusive (so
836 // Ensure that the "until" date string is specified in UTC.
838 // 15 is length of date
1138 unsafeNormalize(Time date) argument
1308 setTimeFromLongValue(Time date, long val) argument
[all...]
H A DEventRecurrence.java159 public void setStartDate(Time date) { argument
160 startDate = date;
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduComposer.java388 * Append date value into mMessage.
392 protected void appendDateValue(long date) { argument
397 appendLongInteger(date);
577 long date = mPduHeader.getLongInteger(field);
578 if (-1 == date) {
583 appendDateValue(date);
/frameworks/av/media/mtp/
H A DMtpServer.cpp730 char date[20]; local
736 // if object is being edited the database size may be out of date
755 formatDateTime(info.mDateCreated, date, sizeof(date));
756 mData.putString(date); // date created
757 formatDateTime(info.mDateModified, date, sizeof(date));
758 mData.putString(date); // date modifie
[all...]
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp387 // special case date properties, which are strings to MTP
390 char date[20]; local
391 formatDateTime(longValue, date, sizeof(date));
392 packet.putString(date);
395 // release date is stored internally as just the year
397 char date[20]; local
398 snprintf(date, sizeof(date), "%04" PRId64 "0101T000000", longValue);
399 packet.putString(date);
786 char date[20]; local
1165 char date[20]; local
[all...]

Completed in 210 milliseconds

12