Searched refs:setDate (Results 1 - 7 of 7) sorted by relevance

/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DDeliveryInd.java62 public void setDate(long value) { method in class:DeliveryInd
H A DMultimediaMessagePdu.java147 public void setDate(long value) { method in class:MultimediaMessagePdu
H A DReadOrigInd.java59 public void setDate(long value) { method in class:ReadOrigInd
H A DReadRecInd.java71 public void setDate(long value) { method in class:ReadRecInd
/frameworks/base/core/java/android/widget/
H A DDatePicker.java205 setDate(mTempDate.get(Calendar.YEAR), mTempDate.get(Calendar.MONTH),
219 setDate(year, month, monthDay);
564 setDate(year, month, dayOfMonth);
586 setDate(ss.mYear, ss.mMonth, ss.mDay);
603 setDate(year, monthOfYear, dayOfMonth);
631 private void setDate(int year, int month, int dayOfMonth) { method in class:DatePicker
693 mCalendarView.setDate(mCurrentDate.getTimeInMillis(), false, false);
H A DCalendarView.java755 setDate(mTempDate.getTimeInMillis());
760 // note that calling setDate will not work since the date is the same
800 setDate(mMaxDate.getTimeInMillis());
805 // note that calling setDate will not work since the date is the same
908 * @see #setDate(long, boolean, boolean)
912 public void setDate(long date) { method in class:CalendarView
913 setDate(date, false, false);
930 public void setDate(long date, boolean animate, boolean center) { method in class:CalendarView
/frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/common/helpers/
H A DDatePickerHelper.java127 public static void setDate(Calendar cal) throws UiObjectNotFoundException { method in class:DatePickerHelper

Completed in 154 milliseconds