Searched refs:lastTime (Results 1 – 8 of 8) sorted by relevance
301 long lastTime = System.nanoTime(); in fileReadLoop() local304 sumNanos += System.nanoTime() - lastTime; in fileReadLoop()324 long lastTime = System.nanoTime(); in fileWriteLoop() local329 sumNanos += System.nanoTime() - lastTime; in fileWriteLoop()371 long lastTime = System.nanoTime(); in callLoop() local375 sumNanos += (nowTime - lastTime); in callLoop()396 long lastTime = System.nanoTime(); in procLoop() local403 sumNanos += (nowTime - lastTime); in procLoop()404 lastTime = nowTime; in procLoop()457 long lastTime = System.nanoTime(); in serviceLoop() local[all …]
189 long lastTime = mHoriz.convertToValue(lastX); in generatePath() local222 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()
46 private long lastTime = 0; field in DebugHelper78 if (time == lastTime) { in debugCheck()81 lastTime = time; in debugCheck()
52 final int lastTime = mTimes.get(fromIndex - 1); in fillWithLastTimeUntil() local53 mTimes.fill(lastTime, fromIndex, fillLength); in fillWithLastTimeUntil()
390 long lastTime = 0; in testDownloadQueueTestDate() local396 assertTrue(requestTime >= lastTime); in testDownloadQueueTestDate()397 lastTime = requestTime; in testDownloadQueueTestDate()
194 final int lastTime = sinceDown - eventTimes[startIndex]; in drawGestureTrailLocked() local195 float r1 = getWidth(lastTime, params) / 2.0f; in drawGestureTrailLocked()
653 Long lastTime = sLastMessageDingTime.get(conversationId); in updateBuilderAudioVibrate() local660 if (lastTime == null in updateBuilderAudioVibrate()661 || SystemClock.elapsedRealtime() - lastTime > sTimeBetweenDingsMs) { in updateBuilderAudioVibrate()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...