Searched refs:mMediaSessionWrapper (Results 1 – 1 of 1) sorted by relevance
334 private MediaSessionWrapper mMediaSessionWrapper; field in MainActivity447 mMediaSessionWrapper.update(mTvView.isBlocked(), channel, program);635 mMediaSessionWrapper.update( in onCreate()748 mMediaSessionWrapper = new MediaSessionWrapper(this, pendingIntent); in onCreate()982 mMediaSessionWrapper.setPlaybackState(false); in onPause()1701 mMediaSessionWrapper.setPlaybackState(false); in stopTv()1857 mMediaSessionWrapper.update(mTvView.isBlocked(), getCurrentChannel(), getCurrentProgram()); in tune()1941 mMediaSessionWrapper.update(blockOrUnblock, getCurrentChannel(), getCurrentProgram()); in blockOrUnblockScreen()2095 if (mMediaSessionWrapper != null) {2096 mMediaSessionWrapper.release();[all …]