Home
last modified time | relevance | path

Searched refs:lastTime (Results 1 – 8 of 8) sorted by relevance

/packages/experimental/RpcPerformance/src/com/android/rpc_performance/
DProviderPerfActivity.java301 long lastTime = System.nanoTime(); in fileReadLoop() local
304 sumNanos += System.nanoTime() - lastTime; in fileReadLoop()
324 long lastTime = System.nanoTime(); in fileWriteLoop() local
329 sumNanos += System.nanoTime() - lastTime; in fileWriteLoop()
371 long lastTime = System.nanoTime(); in callLoop() local
375 sumNanos += (nowTime - lastTime); in callLoop()
396 long lastTime = System.nanoTime(); in procLoop() local
403 sumNanos += (nowTime - lastTime); in procLoop()
404 lastTime = nowTime; in procLoop()
457 long lastTime = System.nanoTime(); in serviceLoop() local
[all …]
/packages/apps/Settings/src/com/android/settings/widget/
DChartNetworkSeriesView.java189 long lastTime = mHoriz.convertToValue(lastX); in generatePath() local
222 if (lastTime != startTime) { in generatePath()
234 lastTime = endTime; in generatePath()
238 if (lastTime < mEndTime) { in generatePath()
266 entry = mStats.getValues(lastTime - WEEK_IN_MILLIS * 2, lastTime, now, entry); in generatePath()
275 final long lastWeekTime = lastTime - WEEK_IN_MILLIS + (futureTime % WEEK_IN_MILLIS); in generatePath()
282 lastX = mHoriz.convertToPoint(lastTime + futureTime); in generatePath()
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DDebugHelper.java46 private long lastTime = 0; field in DebugHelper
78 if (time == lastTime) { in debugCheck()
81 lastTime = time; in debugCheck()
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
DInputPointers.java52 final int lastTime = mTimes.get(fromIndex - 1); in fillWithLastTimeUntil() local
53 mTimes.fill(lastTime, fromIndex, fillLength); in fillWithLastTimeUntil()
/packages/apps/Email/tests/src/com/android/email/service/
DAttachmentServiceTests.java390 long lastTime = 0; in testDownloadQueueTestDate() local
396 assertTrue(requestTime >= lastTime); in testDownloadQueueTestDate()
397 lastTime = requestTime; in testDownloadQueueTestDate()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DGestureTrailDrawingPoints.java194 final int lastTime = sinceDown - eventTimes[startIndex]; in drawGestureTrailLocked() local
195 float r1 = getWidth(lastTime, params) / 2.0f; in drawGestureTrailLocked()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java653 Long lastTime = sLastMessageDingTime.get(conversationId); in updateBuilderAudioVibrate() local
660 if (lastTime == null in updateBuilderAudioVibrate()
661 || SystemClock.elapsedRealtime() - lastTime > sTimeBetweenDingsMs) { in updateBuilderAudioVibrate()
/packages/services/Telecomm/libs/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...