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

/frameworks/base/media/java/android/media/
H A DMediaPlayer.java2824 private static final int NOTIFY_SEEK = 3; field in class:MediaPlayer.TimeProvider
2892 scheduleNotification(NOTIFY_SEEK, 0 /* delay */);
2918 scheduleNotification(NOTIFY_SEEK, 0 /* delay */);
2928 scheduleNotification(NOTIFY_SEEK, 0 /* delay */);
3155 scheduleNotification(NOTIFY_SEEK, 0 /* delay */);
3184 case NOTIFY_SEEK:

Completed in 534 milliseconds