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); in onReceive()
161 LogHelper.w(TAG, "Unknown intent ignored. Action=", action); in onReceive()
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); in createNotification()
296 LogHelper.d(TAG, "updatePlayPauseAction"); in addPlayPauseAction()
313 LogHelper.d(TAG, "updateNotificationPlaybackState. mPlaybackState=" + mPlaybackState); in setNotificationPlaybackState()
315 LogHelper.d(TAG, "updateNotificationPlaybackState. cancelling notification!"); in setNotificationPlaybackState()
321 LogHelper.d(TAG, "updateNotificationPlaybackState. updating playback position to ", in setNotificationPlaybackState()
328 LogHelper.d(TAG, "updateNotificationPlaybackState. hiding playback position"); in setNotificationPlaybackState()
347 LogHelper.d(TAG, "fetchBitmapFromURLAsync: set bitmap to ", artUrl); in fetchBitmapFromURLAsync()