Searched defs:mMediaNotificationKey (Results 1 - 1 of 1) sorted by path

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java487 private String mMediaNotificationKey; field in class:PhoneStatusBar
1480 if (key.equals(mMediaNotificationKey)) {
1989 mMediaNotificationKey = mediaNotification.notification.getKey();
1992 + mMediaNotificationKey + " controller=" + mMediaController);
2025 mMediaNotificationKey = null;
2072 Log.v(TAG, "DEBUG_MEDIA: updating album art for notification " + mMediaNotificationKey
2380 return mMediaNotificationKey;
3136 pw.print(" mMediaNotificationKey=");
3137 pw.println(mMediaNotificationKey);

Completed in 62 milliseconds