Searched refs:mediaNotification (Results 1 – 3 of 3) sorted by relevance
269 MediaNotification mediaNotification = onUpdateNotification(session); in onPlaybackActiveChanged() local270 if (mediaNotification == null) { in onPlaybackActiveChanged()276 mNotifications.put(session, mediaNotification); in onPlaybackActiveChanged()278 int id = mediaNotification.getNotificationId(); in onPlaybackActiveChanged()279 Notification notification = mediaNotification.getNotification(); in onPlaybackActiveChanged()
262 NotificationEntry mediaNotification = null; in findAndUpdateMediaNotifications() local279 mediaNotification = entry; in findAndUpdateMediaNotifications()286 if (mediaNotification == null) { in findAndUpdateMediaNotifications()312 mediaNotification = entry; in findAndUpdateMediaNotifications()335 if (mediaNotification != null in findAndUpdateMediaNotifications()336 && !mediaNotification.notification.getKey().equals(mMediaNotificationKey)) { in findAndUpdateMediaNotifications()337 mMediaNotificationKey = mediaNotification.notification.getKey(); in findAndUpdateMediaNotifications()
97 String mediaNotification = getMediaManager().getMediaNotificationKey();100 final boolean aMedia = a.key.equals(mediaNotification)102 final boolean bMedia = b.key.equals(mediaNotification)