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

/frameworks/base/media/java/android/media/
H A DMediaPlayer.java3106 private static final int NOTIFY_SEEK = 3; field in class:MediaPlayer.TimeProvider
3174 scheduleNotification(NOTIFY_SEEK, 0 /* delay */);
3200 scheduleNotification(NOTIFY_SEEK, 0 /* delay */);
3210 scheduleNotification(NOTIFY_SEEK, 0 /* delay */);
3435 scheduleNotification(NOTIFY_SEEK, 0 /* delay */);
3464 case NOTIFY_SEEK:

Completed in 116 milliseconds