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

  /libcore/luni/src/main/java/java/sql/
Timestamp.java 117 long thisTime = this.getTime();
121 if (thisTime > compareTime) {
125 else if (thisTime < compareTime) {
149 long thisTime = this.getTime();
153 if (thisTime < compareTime) {
157 else if (thisTime > compareTime) {
  /frameworks/base/services/java/com/android/server/am/
ActivityRecord.java 426 final long thisTime = curTime - launchTime;
428 ? (curTime - stack.mInitialStartTime) : thisTime;
432 thisTime, totalTime);
438 TimeUtils.formatDuration(thisTime, sb);
439 if (thisTime != totalTime) {
446 stack.reportActivityLaunchedLocked(false, this, thisTime, totalTime);
ActivityStack.java     [all...]
  /frameworks/base/core/java/android/app/
IActivityManager.java 377 public long thisTime;
391 dest.writeLong(thisTime);
410 thisTime = source.readLong();
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java 325 if (result.thisTime >= 0) {
326 System.out.println("ThisTime: " + result.thisTime);
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebHTMLView.mm     [all...]

Completed in 194 milliseconds