Searched refs:NO_TIME (Results 1 – 4 of 4) sorted by relevance
25 public final static long NO_TIME = -1; field
219 (mNextScheduledTimeMs * 1000) : MediaTimeProvider.NO_TIME, in scheduleTimedEvents()267 mTimeProvider.notifyAt(MediaTimeProvider.NO_TIME, this); in onStop()
5974 mTimes[i] = MediaTimeProvider.NO_TIME; in registerListener()6011 mTimes[mTimes.length - 1] = NO_TIME; in cancelNotifications()6046 if (time == NO_TIME) { in notifyTimedEvent()6063 if (mTimes[ix] <= NO_TIME) { in notifyTimedEvent()6068 mTimes[ix] = NO_TIME; in notifyTimedEvent()
31758 Landroid/media/MediaTimeProvider;->NO_TIME:J