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/media/
DNotificationMediaManager.java95 private String mMediaNotificationKey; field in NotificationMediaManager
255 if (key.equals(mMediaNotificationKey)) { in onNotificationRemoved()
263 return mMediaNotificationKey; in getMediaNotificationKey()
271 if (mMediaNotificationKey == null) { in getMediaIcon()
274 return Optional.ofNullable(mNotifPipeline.getEntry(mMediaNotificationKey)) in getMediaIcon()
358 && !mediaNotification.getKey().equals(mMediaNotificationKey)) { in setUpControllerAndKey()
359 mMediaNotificationKey = mediaNotification.getKey(); in setUpControllerAndKey()
362 + mMediaNotificationKey); in setUpControllerAndKey()
372 mMediaNotificationKey = null; in clearMediaNotification()
393 pw.println(mMediaNotificationKey); in dump()