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

  /frameworks/base/tests/utils/SleepUtils/WakeLoopService/src/android/test/wakeuploop/
FileUtil.java 31 private static DateFormat sDateFormat = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss");
45 fos.write(sDateFormat.format(new Date()).getBytes());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
PrivateLog.java 46 private static final SimpleDateFormat sDateFormat =
90 c.put(COLUMN_DATE, sDateFormat.format(new Date(System.currentTimeMillis())));
  /packages/apps/Camera/src/com/android/camera/
CameraHolder.java 74 private static SimpleDateFormat sDateFormat = new SimpleDateFormat(
103 String date = sDateFormat.format(new Date(s.time));
  /frameworks/base/services/usage/java/com/android/server/usage/
UserUsageStatsService.java 49 private static final SimpleDateFormat sDateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
111 sDateFormat.format(mDailyExpiryDate.getTimeInMillis()) +
418 sDateFormat.format(lastBeginTime) + "(" + lastBeginTime +
429 sDateFormat.format(tempCal.getTimeInMillis()) + "(" +
443 sDateFormat.format(mDailyExpiryDate.getTimeInMillis()) + "(" +
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnection.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Launcher.java 334 static DateFormat sDateFormat =
    [all...]

Completed in 1043 milliseconds