Searched refs:mLastTime (Results 1 – 7 of 7) sorted by relevance
28 private long mLastTime = 0; field in ThroughputFilter61 mLastTime = 0; in onOpen()73 if (mLastTime == 0) { in onProcess()74 mLastTime = SystemClock.elapsedRealtime(); in onProcess()79 if ((curTime - mLastTime) >= (mPeriod * 1000)) { in onProcess()84 curTime - mLastTime, in onProcess()89 mLastTime = curTime; in onProcess()
36 private long mLastTime = 0; field in ThroughputFilter67 mLastTime = 0; in open()81 if (mLastTime == 0) { in process()82 mLastTime = SystemClock.elapsedRealtime(); in process()87 if ((curTime - mLastTime) >= (mPeriod * 1000)) { in process()97 mLastTime = curTime; in process()
36 private long mLastTime; // Milliseconds field in DisplayWhiteBalanceThrottler92 if (mLastTime != -1 && (tooSoon(value) || tooClose(value))) { in throttle()96 mLastTime = System.currentTimeMillis(); in throttle()105 mLastTime = -1; in clear()138 writer.println(" mLastTime=" + mLastTime); in dump()183 earliestTime = mLastTime + mIncreaseDebounce; in tooSoon()185 earliestTime = mLastTime + mDecreaseDebounce; in tooSoon()
38 private long mLastTime; field in UsageLogActivity44 mLastTime = System.currentTimeMillis() - USAGE_STATS_PERIOD; in onCreate()65 UsageEvents events = mUsageStatsManager.queryEvents(mLastTime, now); in run()68 mLastTime = lastEventTime + 1; in run()
69 private long mLastTime = Long.MIN_VALUE; field in DozeTestDream142 if (mLastTime == now) { in performTimeUpdate()146 mLastTime = now; in performTimeUpdate()
7468 private long mLastTime; field in ViewRootImpl.SyntheticTrackballHandler7473 if ((mLastTime + MAX_TRACKBALL_DELAY) < curTime) { in process()7478 mLastTime = curTime; in process()7568 mLastTime = curTime; in process()7573 mLastTime = Integer.MIN_VALUE; in cancel()
64519 Landroid/view/ViewRootImpl$SyntheticTrackballHandler;->mLastTime:J73694 Lcom/android/internal/os/BatteryStatsImpl$Timer;->mLastTime:J