Searched refs:scheduleNotification (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | MediaPlayer.java | 3587 private void scheduleNotification(int type, long delayUs) { in scheduleNotification() method in MediaPlayer.TimeProvider 3623 scheduleNotification(NOTIFY_SEEK, 0 /* delay */); in onPaused() 3627 scheduleNotification(REFRESH_AND_NOTIFY_TIME, 0 /* delay */); in onPaused() 3637 scheduleNotification(REFRESH_AND_NOTIFY_TIME, 0 /* delay */); in onBuffering() 3649 scheduleNotification(NOTIFY_STOP, 0 /* delay */); in onStopped() 3659 scheduleNotification(NOTIFY_SEEK, 0 /* delay */); in onSeekComplete() 3670 scheduleNotification(NOTIFY_SEEK, 0 /* delay */); in onNewPlayer() 3741 scheduleNotification(NOTIFY_TIME, 0 /* delay */); in notifyAt() 3752 scheduleNotification(NOTIFY_TIME, 0 /* delay */); in scheduleUpdate() 3775 scheduleNotification(NOTIFY_TIME, 0 /* delay */); in cancelNotifications() [all …]
|