Searched refs:mMetadata (Results 1 – 1 of 1) sorted by relevance
60 private MediaMetadata mMetadata; field in MediaNotificationManager105 mMetadata = mController.getMetadata(); in startNotification()210 mMetadata = metadata;227 LogHelper.d(TAG, "updateNotificationMetadata. mMetadata=" + mMetadata); in createNotification()228 if (mMetadata == null || mPlaybackState == null) { in createNotification()255 MediaDescription description = mMetadata.getDescription(); in createNotification()344 if (mMetadata != null && mMetadata.getDescription() != null && in fetchBitmapFromURLAsync()345 artUrl.equals(mMetadata.getDescription().getIconUri().toString())) { in fetchBitmapFromURLAsync()