HomeSort by relevance Sort by last modified time
    Searched refs:wallTime (Results 1 - 6 of 6) 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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/
GLCall.java 87 int wallTime, int threadTime) {
95 mWallDuration = wallTime;
  /libcore/luni/src/test/java/libcore/util/
ZoneInfoTest.java 321 // Make sure that WallTime works properly with a ZoneInfo with 256 offsets.
322 ZoneInfo.WallTime wallTime = new ZoneInfo.WallTime();
323 wallTime.localtime(0, zoneInfo);
324 wallTime.mktime(zoneInfo);
  /frameworks/base/services/core/java/com/android/server/trust/
TrustArchive.java 162 long wallTime = delta + System.currentTimeMillis();
163 return TimeUtils.logTimeOfDay(wallTime);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
FrameSummaryViewPage.java 281 final String wallTime = formatMilliSeconds(wallClockDuration);
287 mWallClockTimeLabel.setText(wallTime);

Completed in 176 milliseconds