Lines Matching refs:LogHelper
35 import com.example.android.mediabrowserservice.utils.LogHelper;
44 private static final String TAG = LogHelper.makeLogTag(MediaNotificationManager.class);
146 LogHelper.d(TAG, "Received intent with action " + action);
161 LogHelper.w(TAG, "Unknown intent ignored. Action=", action);
196 LogHelper.d(TAG, "Received new playback state", state);
211 LogHelper.d(TAG, "Received new metadata ", metadata);
221 LogHelper.d(TAG, "Session was destroyed, resetting to the new session token");
227 LogHelper.d(TAG, "updateNotificationMetadata. mMetadata=" + mMetadata);
296 LogHelper.d(TAG, "updatePlayPauseAction");
313 LogHelper.d(TAG, "updateNotificationPlaybackState. mPlaybackState=" + mPlaybackState);
315 LogHelper.d(TAG, "updateNotificationPlaybackState. cancelling notification!");
321 LogHelper.d(TAG, "updateNotificationPlaybackState. updating playback position to ",
328 LogHelper.d(TAG, "updateNotificationPlaybackState. hiding playback position");
347 LogHelper.d(TAG, "fetchBitmapFromURLAsync: set bitmap to ", artUrl);