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/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DImportantNoticeUtilsTests.java148 final long lastTime = System.currentTimeMillis() in testTimeout() local
155 ImportantNoticeUtils.hasTimeoutPassed(getContext(), lastTime)); in testTimeout()
156 assertEquals("After set last time", (Long)lastTime, in testTimeout()
166 assertEquals("Last time before timeout 1", (Long)lastTime, in testTimeout()
183 assertEquals("Last time before timeout 2", (Long)lastTime, in testTimeout()
/packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
Dholo_spiral.rs71 static float lastTime;
139 lastTime = rsUptimeMillis();
150 float elapsed = (now - lastTime) * 0.001f;
151 lastTime = now;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DInputPointers.java56 final int lastTime = mTimes.get(fromIndex - 1); in fillWithLastTimeUntil() local
57 mTimes.fill(lastTime, fromIndex, fillLength); in fillWithLastTimeUntil()
171 final int lastTime = lastTimeOfPointers.get(pointerId, time); in isValidTimeStamps() local
172 if (time < lastTime) { in isValidTimeStamps()
/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/services/Telecomm/libs/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...