Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerNotificationManager.java261 default void onNotificationCancelled(int notificationId, boolean dismissedByUser) {} in onNotificationCancelled() argument
996 private void stopNotification(boolean dismissedByUser) { in stopNotification() argument
1003 notificationListener.onNotificationCancelled(notificationId, dismissedByUser); in stopNotification()