Home | History | Annotate | Download | only in com.example.android.mediabrowserservice

Lines Matching full:session

31 import android.media.session.MediaController;
32 import android.media.session.MediaSession;
33 import android.media.session.PlaybackState;
99 * Posts the notification and starts tracking the session to keep it
100 * updated. The notification will automatically be removed if the session is
126 * Removes the notification and stops tracking the session. If the session
166 * Update the state based on a change on the session token. Called either when
167 * we are running for the first time or when the media session owner has destroyed the session
168 * (see {@link android.media.session.MediaController.Callback#onSessionDestroyed()})
221 LogHelper.d(TAG, "Session was destroyed, resetting to the new session token");