HomeSort by relevance Sort by last modified time
    Searched defs:timeFormatter (Results 1 - 2 of 2) sorted by null

  /external/smack/src/org/jivesoftware/smack/util/
StringUtils.java 62 private static final DateFormat timeFormatter = DateFormatType.XEP_0082_TIME_MILLIS_ZONE_PROFILE.createFormatter();
89 timeFormatter.setTimeZone(utc);
106 couplings.add(new PatternCouplings(timePattern, timeFormatter, true));
  /packages/apps/FMRadio/src/com/android/fmradio/
FmRecorder.java 375 java.text.DateFormat timeFormatter = DateFormat.getTimeFormat(context);
382 .append(timeFormatter.format(date));

Completed in 582 milliseconds