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

/frameworks/base/media/java/android/media/
H A DMediaPlayer.java5523 private static final int NOTIFY_TIME = 0; field in class:MediaPlayer.TimeProvider
5559 if (mSeeking && type == NOTIFY_TIME) {
5589 scheduleNotification(NOTIFY_TIME, 0 /* delay */);
5604 scheduleNotification(NOTIFY_TIME, 0 /* delay */);
5614 scheduleNotification(NOTIFY_TIME, 0 /* delay */);
5718 scheduleNotification(NOTIFY_TIME, 0 /* delay */);
5729 scheduleNotification(NOTIFY_TIME, 0 /* delay */);
5752 scheduleNotification(NOTIFY_TIME, 0 /* delay */);
5875 case NOTIFY_TIME:
H A DMediaPlayer2Impl.java4367 private static final int NOTIFY_TIME = 0; field in class:MediaPlayer2Impl.TimeProvider
4403 if (mSeeking && type == NOTIFY_TIME) {
4433 scheduleNotification(NOTIFY_TIME, 0 /* delay */);
4448 scheduleNotification(NOTIFY_TIME, 0 /* delay */);
4458 scheduleNotification(NOTIFY_TIME, 0 /* delay */);
4561 scheduleNotification(NOTIFY_TIME, 0 /* delay */);
4572 scheduleNotification(NOTIFY_TIME, 0 /* delay */);
4595 scheduleNotification(NOTIFY_TIME, 0 /* delay */);
4718 case NOTIFY_TIME:
/frameworks/base/core/java/android/provider/
H A DCalendarContract.java2165 public static final String NOTIFY_TIME = "notifyTime"; field in interface:CalendarContract.CalendarAlertsColumns
2273 values.put(CalendarAlerts.NOTIFY_TIME, 0);

Completed in 132 milliseconds