Searched refs:NOTIFY_TIME (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | MediaPlayer2Impl.java | 4367 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()
|
D | MediaPlayer.java | 5523 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/ |
D | CalendarContract.java | 2165 public static final String NOTIFY_TIME = "notifyTime"; field 2273 values.put(CalendarAlerts.NOTIFY_TIME, 0); in insert()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 23347 field public static final java.lang.String NOTIFY_TIME = "notifyTime";
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 33111 Landroid/provider/CalendarContract$CalendarAlertsColumns;->NOTIFY_TIME:Ljava/lang/String;
|
/frameworks/base/api/ |
D | current.txt | 34551 field public static final java.lang.String NOTIFY_TIME = "notifyTime";
|