Searched refs:setMetadata (Results 1 – 11 of 11) sorted by relevance
250 mMediaSession.setMetadata(metadata); in updateMetadataTextInfo()263 mMediaSession.setMetadata(builder.build()); in updateMetadataImageInfo()277 mMediaSession.setMetadata(builder.build()); in updateMetadataImageInfo()
197 sBluetoothMediaBrowserService.mSession.setMetadata(track.toMediaMetadata()); in trackChanged()199 sBluetoothMediaBrowserService.mSession.setMetadata(null); in trackChanged()
222 mMediaSession.setMetadata(builder.build()); in updateMediaMetadata()239 mMediaSession.setMetadata(builder.build()); in updateMediaMetadata()
66 public void setMetadata(MediaMetadata metadata) { in setMetadata() method in ShadowMediaSession
110 mSession.setMetadata(ProgramInfoExt.toMediaMetadata(info, fav, mImageResolver)); in updateMetadata()
167 session.setMetadata(mMediaMetadata); in updateSessionMetadata()
132 mSession.setMetadata(null); in updatePlaybackState()
275 mSession.setMetadata(mSession.getController().getMetadata()); in onProcessMediaEvent()
98 .setMetadata(metadata) in uploadSimple()
485 mSession.setMetadata(metadata); in play()
2088 public boolean setMetadata(BluetoothDevice device, int key, byte[] value) { in setMetadata() method in AdapterService.AdapterServiceBinder