Searched refs:cancelNotifications (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/media/java/android/media/
H A DMediaTimeProvider.java51 public void cancelNotifications(OnMediaTimeListener listener); method in interface:MediaTimeProvider
H A DSubtitleTrack.java294 mTimeProvider.cancelNotifications(this);
384 mTimeProvider.cancelNotifications(this);
H A DMediaPlayer.java3758 public void cancelNotifications( method in class:MediaPlayer.TimeProvider
/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java426 cancelNotifications(null /*all*/);
442 public final void cancelNotifications(String[] keys) { method in class:NotificationListenerService
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java688 boolean cancelNotifications = true;
729 cancelNotifications = false;
733 // cancelNotifications is already true, so nothing to do here.
746 if (cancelNotifications) {

Completed in 257 milliseconds