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

/frameworks/base/media/java/android/media/
H A DMediaPlayer2Impl.java4369 private static final int NOTIFY_SEEK = 3; field in class:MediaPlayer2Impl.TimeProvider
4444 scheduleNotification(NOTIFY_SEEK, 0 /* delay */);
4479 scheduleNotification(NOTIFY_SEEK, 0 /* delay */);
4490 scheduleNotification(NOTIFY_SEEK, 0 /* delay */);
4699 scheduleNotification(NOTIFY_SEEK, 0 /* delay */);
4724 case NOTIFY_SEEK:
H A DMediaPlayer.java5525 private static final int NOTIFY_SEEK = 3; field in class:MediaPlayer.TimeProvider
5600 scheduleNotification(NOTIFY_SEEK, 0 /* delay */);
5636 scheduleNotification(NOTIFY_SEEK, 0 /* delay */);
5647 scheduleNotification(NOTIFY_SEEK, 0 /* delay */);
5856 scheduleNotification(NOTIFY_SEEK, 0 /* delay */);
5881 case NOTIFY_SEEK:

Completed in 276 milliseconds