Home
last modified time | relevance | path

Searched refs:nextReport (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DCallTime.java88 long nextReport = mLastReportedTime + mInterval; in periodicUpdateTimer() local
90 while (now >= nextReport) { in periodicUpdateTimer()
91 nextReport += mInterval; in periodicUpdateTimer()
94 if (DBG) log("periodicUpdateTimer() @ " + nextReport); in periodicUpdateTimer()
95 postAtTime(mTimerCallback, nextReport); in periodicUpdateTimer()
96 mLastReportedTime = nextReport; in periodicUpdateTimer()