Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationMediaManager.java266 public String getMediaNotificationKey() { in getMediaNotificationKey() method in NotificationMediaManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLegacyNotificationIconAreaControllerImpl.java270 if (hideCurrentMedia && entry.getKey().equals(mMediaManager.getMediaNotificationKey())) { in shouldShowNotificationIcon()