Searched refs:startTime (Results 51 - 75 of 78) sorted by relevance

1234

/frameworks/base/services/java/com/android/server/
H A DThrottleService.java269 long startTime = 0;
272 startTime = mRecorder.getPeriodStart();
274 startTime = ntpToWallTime(startTime);
275 return startTime;
H A DAlarmManagerService.java107 long startTime; field in class:AlarmManagerService.BroadcastStats
678 bs.startTime = nowELAPSED;
868 - bs.startTime;
/frameworks/base/services/java/com/android/server/pm/
H A DUserManager.java374 final long startTime = SystemClock.elapsedRealtime();
390 "Time to create " + apps.size() + " packages = " + (stopTime - startTime) + "ms");
H A DPackageManagerService.java928 long startTime = SystemClock.uptimeMillis();
931 startTime);
1126 + ((SystemClock.uptimeMillis()-startTime)/1000f)
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSmsMessageBodyTest.java500 long startTime = System.currentTimeMillis();
547 Log.d(TAG, "Completed in " + (System.currentTimeMillis() - startTime) + " ms");
/frameworks/base/media/libdrm/mobile1/src/jni/
H A Ddrm1_jni.c500 int64_t startTime; local
502 startTime = computeTime(pConstraint->startDate, pConstraint->startTime);
504 if (JNI_DRM_FAILURE == setObjectLongField(env, constraint, "startDate", startTime))
/frameworks/base/services/java/com/android/server/am/
H A DActivityRecord.java82 long startTime; // last time this activity was started field in class:ActivityRecord
189 if (launchTime != 0 || startTime != 0) {
191 TimeUtils.formatDuration(launchTime, pw); pw.print(" startTime=");
192 TimeUtils.formatDuration(startTime, pw); pw.println("");
657 startTime = 0;
H A DActivityStack.java1349 final boolean inTime = mLastStartedActivity.startTime != 0
1350 && (mLastStartedActivity.startTime + START_WARN_TIME) >= now;
1361 next.startTime = now;
1365 next.startTime = SystemClock.uptimeMillis();
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp333 const nsecs_t startTime = systemTime(); local
336 double time = now - startTime;
/frameworks/base/core/java/android/content/
H A DSyncManager.java948 sb.append("startTime ").append(mStartTime)
1592 public Long startTime = null; field in class:SyncManager.SyncHandler.SyncNotificationInfo
1595 sb.append("isActive ").append(isActive).append(", startTime ").append(startTime);
2214 mSyncNotificationInfo.startTime = null;
2223 if (mSyncNotificationInfo.startTime == null) {
2224 mSyncNotificationInfo.startTime = now;
2239 now > mSyncNotificationInfo.startTime + SYNC_NOTIFICATION_DELAY;
2280 && mSyncHandler.mSyncNotificationInfo.startTime != null)
2281 ? mSyncHandler.mSyncNotificationInfo.startTime
[all...]
/frameworks/base/core/java/android/widget/
H A DOverScroller.java524 final long startTime = Math.min(mScrollerX.mStartTime, mScrollerY.mStartTime);
525 return (int) (time - startTime);
/frameworks/base/libs/ui/
H A DKeyCharacterMap.cpp106 nsecs_t startTime = systemTime(SYSTEM_TIME_MONOTONIC); local
111 nsecs_t elapsedTime = systemTime(SYSTEM_TIME_MONOTONIC) - startTime;
/frameworks/base/test-runner/src/android/test/
H A DInstrumentationTestRunner.java544 long startTime = System.currentTimeMillis();
546 long runTime = System.currentTimeMillis() - startTime;
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorClasses.h219 jfieldID startTime; member in struct:__anon327
H A DVideoEditorMain.cpp188 jlong startTime,
2288 jlong startTime,
2312 jlong duration = (endTime - startTime);
2323 M4OSA_UInt32 timeMS = startTime;
2280 videoEditor_getPixelsList( JNIEnv* env, jobject thiz, jstring path, jintArray pixelArray, M4OSA_UInt32 width, M4OSA_UInt32 height, M4OSA_UInt32 noOfThumbnails, jlong startTime, jlong endTime, jintArray indexArray, jobject callback) argument
H A DVideoEditorClasses.cpp578 VIDEOEDIT_JAVA_FIELD_INIT("startTime", "I" ),
2297 pSettings->uiStartTime = (M4OSA_UInt32)pEnv->GetIntField(object, fieldIds.startTime);
/frameworks/base/core/java/android/text/format/
H A DDateUtils.java403 * Returns a string describing the elapsed time since startTime.
404 * @param startTime some time in the past.
408 public static CharSequence getRelativeTimeSpanString(long startTime) { argument
409 return getRelativeTimeSpanString(startTime, System.currentTimeMillis(), MINUTE_IN_MILLIS);
548 * Return string describing the elapsed time since startTime formatted like
611 Time startTime = new Time();
612 startTime.set(day);
616 int startDay = Time.getJulianDay(day, startTime.gmtoff);
/frameworks/base/core/java/android/os/
H A DBatteryStats.java1423 long startTime = ss.getStartTime(batteryUptime, which);
1426 if (startTime != 0 || starts != 0 || launches != 0) {
1431 startTime / 1000, // time spent started, in ms
1922 long startTime = ss.getStartTime(batteryUptime, which);
1925 if (startTime != 0 || starts != 0 || launches != 0) {
1930 formatTimeMs(sb, startTime / 1000);
/frameworks/base/cmds/stagefright/
H A Dstagefright.cpp303 int64_t startTime = getNowUs(); local
378 int64_t delay = getNowUs() - startTime;
/frameworks/base/include/private/opengles/
H A Dgl_context.h241 int64_t startTime; member in struct:android::gl::vertex_cache_t
/frameworks/base/media/libdrm/mobile1/src/objmng/
H A Ddrm_api.c229 licenseInfo->displayRights.startTime =
245 licenseInfo->playRights.startTime =
262 licenseInfo->executeRights.startTime =
279 licenseInfo->printRights.startTime =
/frameworks/base/services/java/com/android/server/connectivity/
H A DVpn.java317 config.startTime = SystemClock.elapsedRealtime();
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1485 long startTime = 0L;
1487 startTime = SystemClock.elapsedRealtime();
1500 EventLog.writeEvent(60001, SystemClock.elapsedRealtime() - startTime);
1983 long startTime = 0L;
1992 startTime = SystemClock.elapsedRealtime();
2039 EventLog.writeEvent(60000, SystemClock.elapsedRealtime() - startTime);
/frameworks/base/opengl/libagl/
H A Darray.cpp374 startTime = systemTime(SYSTEM_TIME_THREAD);
403 nsecs_t time = systemTime(SYSTEM_TIME_THREAD) - startTime;
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A Dcarousel.rs379 static float getAnimatedAlpha(int64_t startTime, int64_t currentTime, int64_t duration)
381 double timeElapsed = (double) (currentTime - startTime); // in ms

Completed in 1311 milliseconds

1234