Searched refs:nowTime (Results 1 – 2 of 2) sorted by relevance
275 long nowTime = System.currentTimeMillis();277 if (nowTime - lastFlushTimeMs > FLUSH_INTERVAL_MS) {299 if (nowTime - alertTime >= FLUSH_INTERVAL_MS) {302 int ageInDays = getIntervalInDays(alertTime, nowTime, timeObj);308 int ageInDays = getIntervalInDays(alertTime, nowTime, timeObj);315 editor.putLong(KEY_LAST_FLUSH_TIME_MS, nowTime);
373 long nowTime = System.nanoTime(); in callLoop() local375 sumNanos += (nowTime - lastTime); in callLoop()401 long nowTime = System.nanoTime(); in procLoop() local403 sumNanos += (nowTime - lastTime); in procLoop()404 lastTime = nowTime; in procLoop()