HomeSort by relevance Sort by last modified time
    Searched refs:endDate (Results 1 - 11 of 11) sorted by null

  /frameworks/base/media/java/android/drm/mobile1/
DrmConstraintInfo.java 38 private long endDate;
51 endDate = -1;
82 if (endDate == -1)
85 return new Date(endDate);
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
V1TBSCertificateGenerator.java 31 Time startDate, endDate;
70 Time endDate)
72 this.endDate = endDate;
76 DERUTCTime endDate)
78 this.endDate = new Time(endDate);
96 || (issuer == null) || (startDate == null) || (endDate == null)
115 validity.add(endDate);
V3TBSCertificateGenerator.java 34 Time startDate, endDate;
74 DERUTCTime endDate)
76 this.endDate = new Time(endDate);
80 Time endDate)
82 this.endDate = endDate;
106 || (issuer == null) || (startDate == null) || (endDate == null)
125 validity.add(endDate);
V2AttributeCertificateInfoGenerator.java 40 private DERGeneralizedTime startDate, endDate;
91 DERGeneralizedTime endDate)
93 this.endDate = endDate;
111 || (issuer == null) || (startDate == null) || (endDate == null)
128 AttCertValidityPeriod validity = new AttCertValidityPeriod(startDate, endDate);
TBSCertificateStructure.java 42 Time startDate, endDate;
102 endDate = Time.getInstance(dates.getObjectAt(1));
161 return endDate;
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarSyncTestingBase.java 233 public EventInfo(String title, String startDate, String endDate,
235 init(title, startDate, endDate, allDay, DEFAULT_TIMEZONE);
238 public EventInfo(String title, long startDate, long endDate,
243 mDtend = endDate;
249 public EventInfo(String title, long startDate, long endDate,
254 mDtend = endDate;
262 public EventInfo(String title, String startDate, String endDate,
264 init(title, startDate, endDate, allDay, timezone);
267 public void init(String title, String startDate, String endDate,
279 time.parse3339(endDate);
    [all...]
CalendarProvider2Test.java 218 public DumpInstances(String startDate, String endDate) {
222 time.parse3339(endDate);
242 public QueryNumInstances(String startDate, String endDate, int expected) {
246 time.parse3339(endDate);
270 public VerifyAllInstances(String startDate, String endDate, String[] dates) {
274 time.parse3339(endDate);
358 * Creates a command to check that the given range [startDate,endDate]
362 * @param endDate the end of the date range
365 public VerifyInstance(String startDate, String endDate, String date) {
369 time.parse3339(endDate);
    [all...]
  /frameworks/base/core/java/android/text/format/
DateUtils.java     [all...]
  /frameworks/base/media/libdrm/mobile1/include/objmng/
svc_drm.h 143 int32_t endDate; /**< The constraint of end date */
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_api.c 231 licenseInfo->displayRights.endDate =
247 licenseInfo->playRights.endDate =
264 licenseInfo->executeRights.endDate =
281 licenseInfo->printRights.endDate =
    [all...]
  /frameworks/base/media/libdrm/mobile1/src/jni/
drm1_jni.c 511 endTime = computeTime(pConstraint->endDate, pConstraint->endTime);
513 if (JNI_DRM_FAILURE == setObjectLongField(env, constraint, "endDate", endTime))

Completed in 150 milliseconds