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

  /frameworks/base/core/java/android/text/format/
TimeFormatter.java 88 * Format the specified {@code wallTime} using {@code pattern}. The output is returned.
90 public String format(String pattern, ZoneInfo.WallTime wallTime, ZoneInfo zoneInfo) {
99 formatInternal(pattern, wallTime, zoneInfo);
128 * Format the specified {@code wallTime} using {@code pattern}. The output is written to
131 private void formatInternal(String pattern, ZoneInfo.WallTime wallTime, ZoneInfo zoneInfo) {
137 outputCurrentChar = handleToken(formatBuffer, wallTime, zoneInfo);
146 private boolean handleToken(CharBuffer formatBuffer, ZoneInfo.WallTime wallTime,
    [all...]
Time.java     [all...]
  /frameworks/base/services/core/java/com/android/server/trust/
TrustArchive.java 154 long wallTime = delta + System.currentTimeMillis();
155 return TimeUtils.logTimeOfDay(wallTime);

Completed in 2648 milliseconds