Searched refs:scheduleNotification (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DMediaPlayer.java2856 private void scheduleNotification(int type, long delayUs) { method in class:MediaPlayer.TimeProvider
2863 if (DEBUG) Log.v(TAG, "scheduleNotification " + type + " in " + delayUs);
2892 scheduleNotification(NOTIFY_SEEK, 0 /* delay */);
2896 scheduleNotification(REFRESH_AND_NOTIFY_TIME, 0 /* delay */);
2908 scheduleNotification(NOTIFY_STOP, 0 /* delay */);
2918 scheduleNotification(NOTIFY_SEEK, 0 /* delay */);
2928 scheduleNotification(NOTIFY_SEEK, 0 /* delay */);
2993 scheduleNotification(NOTIFY_TIME, 0 /* delay */);
3003 scheduleNotification(NOTIFY_STOP, 0 /* delay */);
3006 scheduleNotification(NOTIFY_TIM
[all...]

Completed in 359 milliseconds