Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationMediaManager.java142 private String mMediaNotificationKey; field in NotificationMediaManager
322 if (key.equals(mMediaNotificationKey)) { in onNotificationRemoved()
330 return mMediaNotificationKey; in getMediaNotificationKey()
338 if (mMediaNotificationKey == null) { in getMediaIcon()
341 return Optional.ofNullable(mNotifPipeline.getEntry(mMediaNotificationKey)) in getMediaIcon()
413 && !mediaNotification.getSbn().getKey().equals(mMediaNotificationKey)) { in findPlayingMediaNotification()
414 mMediaNotificationKey = mediaNotification.getSbn().getKey(); in findPlayingMediaNotification()
417 + mMediaNotificationKey); in findPlayingMediaNotification()
425 mMediaNotificationKey = null; in clearCurrentMediaNotification()
443 pw.println(mMediaNotificationKey); in dump()