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

/frameworks/base/media/java/android/media/
H A DMediaPlayer.java3552 private static final int NOTIFY_TIME = 0; field in class:MediaPlayer.TimeProvider
3591 (type == NOTIFY_TIME || type == REFRESH_AND_NOTIFY_TIME)) {
3742 scheduleNotification(NOTIFY_TIME, 0 /* delay */);
3753 scheduleNotification(NOTIFY_TIME, 0 /* delay */);
3776 scheduleNotification(NOTIFY_TIME, 0 /* delay */);
3835 scheduleNotification(NOTIFY_TIME, nextTimeUs - nowUs);
3922 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 130 milliseconds