Searched refs:mLastUpdate (Results 1 – 4 of 4) sorted by relevance
51 std::chrono::steady_clock::time_point getLastUpdate() const { return mLastUpdate; } in getLastUpdate()56 std::chrono::steady_clock::time_point mLastUpdate; variable64 std::chrono::steady_clock::time_point getLastUpdate() const { return mLastUpdate; } in getLastUpdate()96 void setLastUpdate(std::chrono::steady_clock::time_point now) { mLastUpdate = now; } in setLastUpdate()155 std::chrono::steady_clock::time_point mLastUpdate = std::chrono::steady_clock::now();
71 private long mLastUpdate; field in TileServiceManager173 mLastUpdate = lastUpdate; in setLastUpdate()254 long timeSinceUpdate = currentTime - mLastUpdate; in calculateBindPriority()
59 : mState(state), mHash(state->getHash()), mLastUpdate(lastUpdate) {} in Layer()62 : mFingerprint(layer->getHash()), mLastUpdate(lastUpdate) { in CachedSet()68 mLastUpdate(layer.getLastUpdate()), in CachedSet()155 mLastUpdate = now; in updateAge()416 std::chrono::duration_cast<std::chrono::milliseconds>(now - mLastUpdate); in dump()
2316 assertThat(bubbleStateListener.mLastUpdate).isNotNull(); in setBubbleBarLocation_listenerNotified()2317 assertThat(bubbleStateListener.mLastUpdate.bubbleBarLocation).isEqualTo( in setBubbleBarLocation_listenerNotified()2580 BubbleBarUpdate mLastUpdate; field in BubblesTest.FakeBubbleStateListener2585 mLastUpdate = update; in onBubbleStateChange()