Searched refs:getCurrentTime (Results 1 – 5 of 5) sorted by relevance
86 mLastSendKeyTime = getCurrentTime(); in start()98 private long getCurrentTime() { in getCurrentTime() method in SendKeyAction118 mLastSendKeyTime = getCurrentTime(); in processKeyEvent()128 if (getCurrentTime() - mLastSendKeyTime >= IRT_MS) { in processKeyEvent()130 mLastSendKeyTime = getCurrentTime(); in processKeyEvent()192 mLastSendKeyTime = getCurrentTime(); in handleTimerEvent()
310 private long getCurrentTime() { in getCurrentTime() method in AppStandbyControllerTests371 mLastParoleChangeTime = getCurrentTime(); in onParoleStateChanged()389 startTime = getCurrentTime(); in testCharging()401 startTime = getCurrentTime(); in testCharging()422 startTime = getCurrentTime(); in testCharging()
373 auto& getCurrentTime = std::chrono::high_resolution_clock::now; in getPacketBlocking() local374 const auto timeToStopPolling = getCurrentTime() + kPollingTimeWindow; in getPacketBlocking()376 while (getCurrentTime() < timeToStopPolling) { in getPacketBlocking()
293 auto& getCurrentTime = std::chrono::high_resolution_clock::now; in getPacketBlocking() local294 const auto timeToStopPolling = getCurrentTime() + kPollingTimeWindow; in getPacketBlocking()296 while (getCurrentTime() < timeToStopPolling) { in getPacketBlocking()
90 SystemClock.setCurrentTimeMillis(shadowLooper.getScheduler().getCurrentTime()); in runToEndOfTasks()