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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java585 private String mMediaNotificationKey; field in class:StatusBar
1757 if (key.equals(mMediaNotificationKey)) {
2342 mMediaNotificationKey = mediaNotification.notification.getKey();
2345 + mMediaNotificationKey + " controller=" + mMediaController);
2378 mMediaNotificationKey = null;
2433 Log.v(TAG, "DEBUG_MEDIA: updating album art for notification " + mMediaNotificationKey
2710 return mMediaNotificationKey;
3554 pw.print(" mMediaNotificationKey=");
3555 pw.println(mMediaNotificationKey);

Completed in 41 milliseconds