Home | History | Annotate | Download | only in am

Lines Matching defs:nextTime

12457             long nextTime = 0;
12464 if (sr.executingStart > nextTime) {
12465 nextTime = sr.executingStart;
12474 mHandler.sendMessageAtTime(msg, nextTime+SERVICE_TIMEOUT);