HomeSort by relevance Sort by last modified time
    Searched defs:currentDate (Results 1 - 14 of 14) 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...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/
TimePicker.java 132 Calendar currentDate = PickerUtility.getCalendarForLocale(null,
134 setHour(currentDate.get(Calendar.HOUR_OF_DAY));
135 setMinute(currentDate.get(Calendar.MINUTE));
  /tools/tradefederation/core/tests/src/com/android/tradefed/result/
FileSystemLogSaverTest.java 156 Date currentDate = new Date();
157 int expectedDay = (currentDate.getDay() + 1) % 7;
LogFileSaverTest.java 141 Date currentDate = new Date();
142 int expectedDay = currentDate.getDay() == 6 ? 0 : currentDate.getDay() + 1;
  /cts/tests/tests/widget/src/android/widget/cts/
CalendarViewTest.java 73 final long currentDate = new GregorianCalendar().getTime().getTime();
74 mCalendarViewMaterial.setDate(currentDate);
75 mCalendarViewHolo.setDate(currentDate);
  /external/bouncycastle/bcprov/src/main/java/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...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 556 milliseconds