HomeSort by relevance Sort by last modified time
    Searched refs:SimpleDateFormat (Results 126 - 150 of 166) sorted by null

1 2 3 4 56 7

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
ResearchLogger.java 72 import java.text.SimpleDateFormat;
96 private static final SimpleDateFormat TIMESTAMP_DATEFORMAT =
97 new SimpleDateFormat("yyyyMMddHHmmssS", Locale.US);
    [all...]
  /external/icu4c/test/intltest/
caltest.cpp     [all...]
callimts.cpp 108 ((SimpleDateFormat*) fmt)->applyPattern("HH:mm:ss.SSS Z, EEEE, MMMM d, yyyy G");
loctest.cpp     [all...]
intltest.cpp 134 SimpleDateFormat fmt(status);
    [all...]
  /frameworks/base/core/java/android/widget/
CalendarView.java 49 import java.text.SimpleDateFormat;
305 private final java.text.DateFormat mDateFormat = new SimpleDateFormat(DATE_FORMAT);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 62 import java.text.SimpleDateFormat;
107 String imageDate = new SimpleDateFormat("yyyy-MM-dd-HH-mm-ss").format(new Date(mImageTime));
  /packages/apps/Contacts/src/com/android/contacts/vcard/
ImportVCardActivity.java 72 import java.text.SimpleDateFormat;
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorActivity.java 24 import java.text.SimpleDateFormat;
668 SimpleDateFormat dateFormat = new SimpleDateFormat("'VID'_yyyyMMdd_HHmmss");
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
CropImage.java 86 import java.text.SimpleDateFormat;
525 String filename = new SimpleDateFormat(TIME_STAMP_NAME).
    [all...]
  /external/icu4c/i18n/
dtptngen.cpp 417 SimpleDateFormat* sdf;
418 if (df != NULL && (sdf = dynamic_cast<SimpleDateFormat*>(df)) != NULL) {
428 if (df != NULL && (sdf = dynamic_cast<SimpleDateFormat*>(df)) != NULL) {
    [all...]
msgfmt.cpp     [all...]
timezone.cpp     [all...]
  /packages/apps/Camera/src/com/android/camera/
VideoModule.java 81 import java.text.SimpleDateFormat;
351 SimpleDateFormat dateFormat = new SimpleDateFormat(
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
VideoCamera.java 79 import java.text.SimpleDateFormat;
346 SimpleDateFormat dateFormat = new SimpleDateFormat(
    [all...]
  /external/jdiff/src/jdiff/
HTMLReportGenerator.java     [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SerializationStressTest.java 186 ((java.text.SimpleDateFormat) DATEFORM).setDateFormatSymbols(symbols);
  /libcore/luni/src/test/java/libcore/net/http/
HttpResponseCacheTest.java 47 import java.text.SimpleDateFormat;
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Controller.java 95 import java.text.SimpleDateFormat;
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
Settings.java 64 import java.text.SimpleDateFormat;
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h     [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java 49 import java.text.SimpleDateFormat;
    [all...]

Completed in 1680 milliseconds

1 2 3 4 56 7