Home
last modified time | relevance | path

Searched refs:NOTIFY_TIME (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/media/java/android/media/
DMediaPlayer2Impl.java4367 private static final int NOTIFY_TIME = 0; field in MediaPlayer2Impl.TimeProvider
4403 if (mSeeking && type == NOTIFY_TIME) { in scheduleNotification()
4433 scheduleNotification(NOTIFY_TIME, 0 /* delay */); in onNotifyTime()
4448 scheduleNotification(NOTIFY_TIME, 0 /* delay */); in onPaused()
4458 scheduleNotification(NOTIFY_TIME, 0 /* delay */); in onBuffering()
4561 scheduleNotification(NOTIFY_TIME, 0 /* delay */); in notifyAt()
4572 scheduleNotification(NOTIFY_TIME, 0 /* delay */); in scheduleUpdate()
4595 scheduleNotification(NOTIFY_TIME, 0 /* delay */); in cancelNotifications()
4718 case NOTIFY_TIME: in handleMessage()
DMediaPlayer.java5523 private static final int NOTIFY_TIME = 0; field in MediaPlayer.TimeProvider
5559 if (mSeeking && type == NOTIFY_TIME) { in scheduleNotification()
5589 scheduleNotification(NOTIFY_TIME, 0 /* delay */); in onNotifyTime()
5604 scheduleNotification(NOTIFY_TIME, 0 /* delay */); in onPaused()
5614 scheduleNotification(NOTIFY_TIME, 0 /* delay */); in onBuffering()
5718 scheduleNotification(NOTIFY_TIME, 0 /* delay */); in notifyAt()
5729 scheduleNotification(NOTIFY_TIME, 0 /* delay */); in scheduleUpdate()
5752 scheduleNotification(NOTIFY_TIME, 0 /* delay */); in cancelNotifications()
5875 case NOTIFY_TIME: in handleMessage()
/frameworks/base/core/java/android/provider/
DCalendarContract.java2165 public static final String NOTIFY_TIME = "notifyTime"; field
2273 values.put(CalendarAlerts.NOTIFY_TIME, 0); in insert()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt23347 field public static final java.lang.String NOTIFY_TIME = "notifyTime";
/frameworks/base/config/
Dhiddenapi-public-dex.txt33111 Landroid/provider/CalendarContract$CalendarAlertsColumns;->NOTIFY_TIME:Ljava/lang/String;
/frameworks/base/api/
Dcurrent.txt34551 field public static final java.lang.String NOTIFY_TIME = "notifyTime";