Searched defs:sDateFormat (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/utils/SleepUtils/WakeLoopService/src/android/test/wakeuploop/
H A DFileUtil.java31 private static DateFormat sDateFormat = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss"); field in class:FileUtil
45 fos.write(sDateFormat.format(new Date()).getBytes());
/frameworks/base/services/usage/java/com/android/server/usage/
H A DUserUsageStatsService.java52 private static final SimpleDateFormat sDateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); field in class:UserUsageStatsService
117 sDateFormat.format(mDailyExpiryDate.getTimeInMillis()) +
498 sDateFormat.format(lastBeginTime) + "(" + lastBeginTime +
509 sDateFormat.format(tempCal.getTimeInMillis()) + "(" +
529 sDateFormat.format(mDailyExpiryDate.getTimeInMillis()) + "(" +

Completed in 87 milliseconds