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/phone/
DStatusBar.java568 private String mMediaNotificationKey; field in StatusBar
1684 if (key.equals(mMediaNotificationKey)) { in removeNotification()
2257 mMediaNotificationKey = mediaNotification.notification.getKey(); in findAndUpdateMediaNotifications()
2260 + mMediaNotificationKey + " controller=" + mMediaController); in findAndUpdateMediaNotifications()
2293 mMediaNotificationKey = null; in clearCurrentMediaNotification()
2348 Log.v(TAG, "DEBUG_MEDIA: updating album art for notification " + mMediaNotificationKey in updateMediaMetaData()
2624 return mMediaNotificationKey; in getCurrentMediaNotificationKey()
3389 pw.println(mMediaNotificationKey); in dump()