Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationMediaManager.java94 private String mMediaNotificationKey; field in NotificationMediaManager
259 if (key.equals(mMediaNotificationKey)) { in onNotificationRemoved()
267 return mMediaNotificationKey; in getMediaNotificationKey()
275 if (mMediaNotificationKey == null) { in getMediaIcon()
278 return Optional.ofNullable(mNotifPipeline.getEntry(mMediaNotificationKey)) in getMediaIcon()
407 && !mediaNotification.getKey().equals(mMediaNotificationKey)) { in setUpControllerAndKey()
408 mMediaNotificationKey = mediaNotification.getKey(); in setUpControllerAndKey()
411 + mMediaNotificationKey); in setUpControllerAndKey()
425 mMediaNotificationKey = null; in clearMediaNotification()
448 pw.println(mMediaNotificationKey); in dump()