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

/frameworks/base/tools/layoutlib/bridge/src/android/text/format/
H A DTime_Delegate.java39 /*package*/ static String format1(Time thisTime, String format) { argument
49 timeToCalendar(thisTime, Calendar.getInstance()));
/frameworks/base/services/java/com/android/server/am/
H A DActivityStackSupervisor.java500 w.totalTime = SystemClock.uptimeMillis() - w.thisTime;
501 w.thisTime = w.totalTime;
508 long thisTime, long totalTime) {
515 w.thisTime = thisTime;
776 outResult.thisTime = 0;
778 outResult.thisTime = SystemClock.uptimeMillis();
507 reportActivityLaunchedLocked(boolean timeout, ActivityRecord r, long thisTime, long totalTime) argument
/frameworks/base/core/java/android/app/
H A DIActivityManager.java471 public long thisTime; field in class:IActivityManager.WaitResult
487 dest.writeLong(thisTime);
508 thisTime = source.readLong();

Completed in 125 milliseconds