Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationMediaManager.java238 public String getMediaNotificationKey() { in getMediaNotificationKey() method in NotificationMediaManager
474 + getMediaNotificationKey() in updateMediaMetaData()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationData.java96 String mediaNotification = getMediaManager().getMediaNotificationKey();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java250 if (hideCurrentMedia && entry.key.equals(mMediaManager.getMediaNotificationKey())) { in shouldShowNotificationIcon()