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

  /libcore/luni/src/test/java/tests/security/cert/
CertificateRevocationExceptionTest.java 116 Date firstDate = exception.getRevocationDate();
117 assertNotSame(firstDate, exception.getRevocationDate());
119 firstDate.setYear(firstDate.getYear() + 1);
120 assertTrue(firstDate.compareTo(exception.getRevocationDate()) > 0);
126 Date firstDate = exception.getInvalidityDate();
127 assertNotSame(firstDate, exception.getInvalidityDate());
129 firstDate.setYear(firstDate.getYear() + 1);
130 assertTrue(firstDate.compareTo(exception.getInvalidityDate()) > 0)
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogGroupBuilder.java 131 final long firstDate = cursor.getLong(CallLogQuery.DATE);
133 int currentGroupDayGroup = getDayGroup(firstDate, currentTime);
  /frameworks/base/core/java/android/widget/
CalendarView.java     [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
BrowserTest.java 434 long firstDate = end;
444 assertEquals(historyCountBeforeDelete - (end - firstDate), historyCountAfterDelete);
  /external/chromium_org/third_party/icu/source/test/intltest/
calregts.cpp 663 UDate firstDate = Calendar::getNow();
670 cal->setTime(firstDate,status);
677 //logln("Current time: " + firstDate.toString());
680 UDate lastDate = firstDate + validity*1000*24*60*60.0;
    [all...]
  /external/icu/icu4c/source/test/intltest/
calregts.cpp 708 UDate firstDate = Calendar::getNow();
715 cal->setTime(firstDate,status);
722 //logln("Current time: " + firstDate.toString());
725 UDate lastDate = firstDate + validity*1000*24*60*60.0;
    [all...]

Completed in 1872 milliseconds