Searched refs:NO_TIME (Results 1 – 3 of 3) sorted by relevance
25 public final static long NO_TIME = -1; field
218 (mNextScheduledTimeMs * 1000) : MediaTimeProvider.NO_TIME, in scheduleTimedEvents()265 mTimeProvider.notifyAt(MediaTimeProvider.NO_TIME, this); in onStop()
3654 mTimes[i] = MediaTimeProvider.NO_TIME; in registerListener()3691 mTimes[mTimes.length - 1] = NO_TIME; in cancelNotifications()3726 if (time == NO_TIME) { in notifyTimedEvent()3743 if (mTimes[ix] <= NO_TIME) { in notifyTimedEvent()3748 mTimes[ix] = NO_TIME; in notifyTimedEvent()