Searched refs:mMediaSessionWrapper (Results 1 – 1 of 1) sorted by relevance
323 private MediaSessionWrapper mMediaSessionWrapper; field in MainActivity427 mMediaSessionWrapper.update(mTvView.isBlocked(), channel, program);613 mMediaSessionWrapper.update( in onCreate()722 mMediaSessionWrapper = new MediaSessionWrapper(this, pendingIntent); in onCreate()944 mMediaSessionWrapper.setPlaybackState(false); in onPause()1650 mMediaSessionWrapper.setPlaybackState(false); in stopTv()1806 mMediaSessionWrapper.update(mTvView.isBlocked(), getCurrentChannel(), getCurrentProgram()); in tune()1890 mMediaSessionWrapper.update(blockOrUnblock, getCurrentChannel(), getCurrentProgram()); in blockOrUnblockScreen()2035 if (mMediaSessionWrapper != null) {2036 mMediaSessionWrapper.release();[all …]