Searched refs:startDate (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/media/java/android/drm/mobile1/
H A DDrmConstraintInfo.java33 private long startDate; field in class:DrmConstraintInfo
50 startDate = -1;
70 if (startDate == -1)
73 return new Date(startDate);
/frameworks/base/core/java/android/text/format/
H A DDateUtils.java1189 Time startDate;
1191 startDate = new Time(timeZone);
1193 startDate = new Time(Time.TIMEZONE_UTC);
1195 startDate = new Time();
1197 startDate.set(startMillis);
1202 endDate = startDate;
1213 int startJulianDay = Time.getJulianDay(startMillis, startDate.gmtoff);
1239 int startDay = startDate.monthDay;
1240 int startMonthNum = startDate.month;
1241 int startYear = startDate
[all...]
/frameworks/opt/calendar/src/com/android/calendarcommon/
H A DEventRecurrence.java49 public Time startDate; // set by setStartDate(), not parse() field in class:EventRecurrence
160 startDate = date;
478 return (startDate == null ?
479 er.startDate == null : Time.compare(startDate, er.startDate) == 0) &&
503 * Resets parser-modified fields to their initial state. Does not alter startDate.
511 * overwritten. The "startDate" field is not set by the parser, so we ignore it here.
/frameworks/base/media/libdrm/mobile1/include/objmng/
H A Dsvc_drm.h141 int32_t startDate; /**< The constraint of start date */ member in struct:_T_DRM_Constraint_Info
/frameworks/base/media/libdrm/mobile1/src/objmng/
H A Ddrm_api.c227 licenseInfo->displayRights.startDate =
243 licenseInfo->playRights.startDate =
260 licenseInfo->executeRights.startDate =
277 licenseInfo->printRights.startDate =
/frameworks/base/media/libdrm/mobile1/src/jni/
H A Ddrm1_jni.c502 startTime = computeTime(pConstraint->startDate, pConstraint->startTime);
504 if (JNI_DRM_FAILURE == setObjectLongField(env, constraint, "startDate", startTime))

Completed in 5049 milliseconds