Searched defs:thisTime (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java997 w.totalTime = SystemClock.uptimeMillis() - w.thisTime;
998 w.thisTime = w.totalTime;
1025 long thisTime, long totalTime) {
1035 w.thisTime = thisTime;
1024 reportActivityLaunchedLocked(boolean timeout, ActivityRecord r, long thisTime, long totalTime) argument
/frameworks/base/core/java/android/app/
H A DIActivityManager.java720 public long thisTime; field in class:IActivityManager.WaitResult
736 dest.writeLong(thisTime);
757 thisTime = source.readLong();

Completed in 307 milliseconds