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

  /packages/apps/Camera2/src/com/android/camera/one/
AbstractOneCamera.java 20 import java.text.SimpleDateFormat;
91 SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyyMMdd_HHmmss_SSS");
92 simpleDateFormat.setTimeZone(TimeZone.getDefault());
93 String currentDateAndTime = simpleDateFormat.format(new Date());
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTime.java 13 import java.text.SimpleDateFormat;
197 SimpleDateFormat df = new SimpleDateFormat("yyyyMMdd'T'HHmmss", Locale.ENGLISH);
198 SimpleDateFormat dfShort = new SimpleDateFormat("yyyyMMdd", Locale.ENGLISH);
285 protected SimpleDateFormat simpleDateFormat;
298 //There's no way to specify the century in SimpleDateFormat. We don't want to hard-code
320 //There's no way to specify this with SimpleDateFormat
325 //There's no way to specify this with SimpleDateFormat
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cdattst.c     [all...]
  /packages/apps/OMA-DM/DMService/src/com/android/omadm/service/
DMIntentReceiver.java 41 import java.text.SimpleDateFormat;
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 240 milliseconds