HomeSort by relevance Sort by last modified time
    Searched full:launchtime (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
AppLaunch.java 87 long launchTime = startApp(app, false);
88 if (launchTime <= 0) {
94 mNameToLaunchTime.put(app, launchTime);
104 long launchTime = 0;
109 launchTime = startApp(app, true);
110 if (launchTime <= 0) {
116 if (launchTime < prevLaunchTime) {
117 mNameToLaunchTime.put(app, launchTime);
125 long launchTime = mNameToLaunchTime.get(app);
126 if (launchTime != -1)
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
CameraWidgetFrame.java 496 long launchTime = SystemClock.uptimeMillis() - mLaunchCameraStart;
497 if (DEBUG) Log.d(TAG, String.format("Camera took %sms to launch", launchTime));

Completed in 149 milliseconds