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

  /external/mockito/src/test/java/org/mockitousage/
PlaygroundWithDemoOfUnclonedParametersProblemTest.java 41 Date currentDate = new GregorianCalendar(2009, 10, 12).getTime();
43 ImportLogBean initialLog = new ImportLogBean(currentDate, importType);
46 given(importLogDao.anyImportRunningOrRunnedToday(importType, currentDate)).willReturn(false);
50 importManager.startImportProcess(importType, currentDate);
60 Date currentDate = new GregorianCalendar(2009, 10, 12).getTime();
62 ImportLogBean finalLog = new ImportLogBean(currentDate, importType);
65 given(importLogDao.anyImportRunningOrRunnedToday(importType, currentDate)).willReturn(false);
69 importManager.startImportProcess(importType, currentDate);
137 boolean anyImportRunningOrRunnedToday(int importType, Date currentDate);
148 private Date currentDate;
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/util/
ZoneInflections.java 109 for (long currentDate = endDate; currentDate >= startDate; currentDate -= GROSS_PERIOD) {
110 int currentOffset = zone.getOffset(currentDate);
116 long low = currentDate;
137 lastDate = currentDate;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneAliasTest.java 277 for (long currentDate = endDate; currentDate >= startDate; currentDate -= GROSS_PERIOD) {
278 int currentOffset = zone.getOffset(currentDate);
286 long low = currentDate;
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneAliasTest.java 274 for (long currentDate = endDate; currentDate >= startDate; currentDate -= GROSS_PERIOD) {
275 int currentOffset = zone.getOffset(currentDate);
283 long low = currentDate;
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/pkix/jcajce/
RFC3280CertPathUtilities.java 585 Date currentDate,
635 set.addAll(RevocationUtilities.getDeltaCRLs(currentDate, crl, paramsPKIX.getCertStores(), crlStores));
647 Date currentDate,
668 Date validityDate = currentDate;
869 Date currentDate = new Date(System.currentTimeMillis());
870 if (validDate.getTime() > currentDate.getTime())
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
CalendarViewTest.java 75 final long currentDate = new GregorianCalendar().getTime().getTime();
76 mCalendarViewMaterial.setDate(currentDate);
77 mCalendarViewHolo.setDate(currentDate);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
RFC3280CertPathUtilities.java 634 Date currentDate,
684 set.addAll(CertPathValidatorUtilities.getDeltaCRLs(currentDate, crl, paramsPKIX.getCertStores(), crlStores));
696 Date currentDate,
717 Date validityDate = currentDate;
    [all...]
CertPathValidatorUtilities.java     [all...]
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/
RFC3280CertPathUtilities.java 635 Date currentDate,
685 set.addAll(CertPathValidatorUtilities.getDeltaCRLs(currentDate, crl, paramsPKIX.getCertStores(), crlStores));
697 Date currentDate,
718 Date validityDate = currentDate;
    [all...]
CertPathValidatorUtilities.java     [all...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 1271 milliseconds