Searched refs:mAvrcpCoverArtService (Results 1 – 3 of 3) sorted by relevance
81 private AvrcpCoverArtService mAvrcpCoverArtService = null; field in AvrcpTargetService165 return mAvrcpCoverArtService; in getCoverArtService()228 mAvrcpCoverArtService = new AvrcpCoverArtService(this); in start()229 boolean started = mAvrcpCoverArtService.start(); in start()232 mAvrcpCoverArtService = null; in start()261 if (mAvrcpCoverArtService != null) { in stop()262 mAvrcpCoverArtService.stop(); in stop()264 mAvrcpCoverArtService = null; in stop()369 if (mAvrcpCoverArtService != null && metadata.image != null) { in getCurrentSongInfo()370 String imageHandle = mAvrcpCoverArtService.storeImage(metadata.image); in getCurrentSongInfo()[all …]
42 private final AvrcpCoverArtService mAvrcpCoverArtService; field in AvrcpBipObexServer94 mAvrcpCoverArtService = service; in AvrcpBipObexServer()216 CoverArt image = mAvrcpCoverArtService.getImage(imageHandle); in handleGetImageThumbnail()248 CoverArt image = mAvrcpCoverArtService.getImage(imageHandle); in handleGetImageProperties()292 CoverArt image = mAvrcpCoverArtService.getImage(imageHandle); in handleGetImage()
110 private AvrcpCoverArtService mAvrcpCoverArtService = null; field in AvrcpBipObexServerTest131 mAvrcpCoverArtService = mock(AvrcpCoverArtService.class); in setUp()138 mAvrcpBipObexServer = new AvrcpBipObexServer(mAvrcpCoverArtService, mCallback); in setUp()148 mAvrcpCoverArtService = null; in tearDown()163 when(mAvrcpCoverArtService.getImage(handle)).thenReturn(art); in setCoverArtAvailableAtHandle()