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

  /frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
AppLaunch.java 87 long launchTime = startApp(app, false);
88 if (launchTime <=0 ) {
102 long launchTime = 0;
107 launchTime = startApp(app, true);
108 if (launchTime <= 0) {
113 totalLaunchTime += launchTime;
  /frameworks/base/services/java/com/android/server/am/
ActivityRecord.java 87 long launchTime; // when we starting launching this activity
238 if (launchTime != 0 || startTime != 0) {
239 pw.print(prefix); pw.print("launchTime=");
240 if (launchTime == 0) pw.print("0");
241 else TimeUtils.formatDuration(launchTime, now, pw);
    [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 46 milliseconds