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

  /frameworks/base/services/java/com/android/server/am/
ActivityRecord.java 86 long launchTime; // when we starting launching this activity
223 if (launchTime != 0 || startTime != 0) {
224 pw.print(prefix); pw.print("launchTime=");
225 if (launchTime == 0) pw.print("0");
226 else TimeUtils.formatDuration(launchTime, now, pw);
737 if (launchTime != 0) {
739 final long thisTime = curTime - launchTime;
    [all...]
ActivityStack.java 787 if (r.launchTime == 0) {
788 r.launchTime = SystemClock.uptimeMillis();
790 mInitialStartTime = r.launchTime;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 976 milliseconds