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

  /frameworks/base/services/usage/java/com/android/server/usage/
UserUsageStatsService.java 402 final UnixCalendar tempCal = mDailyExpiryDate;
404 tempCal.setTimeInMillis(currentTimeMillis);
405 UnixCalendar.truncateTo(tempCal, intervalType);
408 mCurrentStats[intervalType].beginTime == tempCal.getTimeInMillis()) {
415 if (lastBeginTime >= tempCal.getTimeInMillis()) {
429 sDateFormat.format(tempCal.getTimeInMillis()) + "(" +
430 tempCal.getTimeInMillis() + ") for interval " + intervalType);
434 mCurrentStats[intervalType].beginTime = tempCal.getTimeInMillis();
444 tempCal.getTimeInMillis() + ")");
  /external/chromium_org/third_party/icu/source/i18n/
reldtfmt.cpp 249 Calendar * tempCal = cal.clone();
252 tempCal->setTime(Calendar::getNow(),status);
253 tempCal->add(UCAL_DATE,fDates[n].offset, status);
256 delete tempCal;
261 fDateTimeFormatter->format(*tempCal, dateString, fPos);
266 delete tempCal;
  /external/icu/icu4c/source/i18n/
reldtfmt.cpp 289 Calendar * tempCal = cal.clone();
292 tempCal->setTime(Calendar::getNow(),status);
293 tempCal->add(UCAL_DATE,fDates[n].offset, status);
296 delete tempCal;
301 fDateTimeFormatter->format(*tempCal, dateString, fPos);
306 delete tempCal;
  /external/chromium_org/third_party/icu/source/test/cintltst/
cdattst.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
cdattst.c     [all...]

Completed in 201 milliseconds