Searched refs:mMediaSessionWrapper (Results 1 – 1 of 1) sorted by relevance
322 private MediaSessionWrapper mMediaSessionWrapper; field in MainActivity426 mMediaSessionWrapper.update(mTvView.isBlocked(), channel, program);608 mMediaSessionWrapper.update( in onCreate()717 mMediaSessionWrapper = new MediaSessionWrapper(this, pendingIntent); in onCreate()939 mMediaSessionWrapper.setPlaybackState(false); in onPause()1645 mMediaSessionWrapper.setPlaybackState(false); in stopTv()1801 mMediaSessionWrapper.update(mTvView.isBlocked(), getCurrentChannel(), getCurrentProgram()); in tune()1885 mMediaSessionWrapper.update(blockOrUnblock, getCurrentChannel(), getCurrentProgram()); in blockOrUnblockScreen()2030 if (mMediaSessionWrapper != null) {2031 mMediaSessionWrapper.release();[all …]