Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerNotificationManager.java322 private static final int MSG_START_OR_UPDATE_NOTIFICATION = 0; field in PlayerNotificationManager
999 mainHandler.removeMessages(MSG_START_OR_UPDATE_NOTIFICATION); in stopNotification()
1220 if (!mainHandler.hasMessages(MSG_START_OR_UPDATE_NOTIFICATION)) { in postStartOrUpdateNotification()
1221 mainHandler.sendEmptyMessage(MSG_START_OR_UPDATE_NOTIFICATION); in postStartOrUpdateNotification()
1234 case MSG_START_OR_UPDATE_NOTIFICATION: in handleMessage()