Searched refs:AvrcpCoverArtStorage (Results 1 – 6 of 6) sorted by relevance
26 final class AvrcpCoverArtStorage { class27 private static final String TAG = AvrcpCoverArtStorage.class.getSimpleName();38 AvrcpCoverArtStorage() { in AvrcpCoverArtStorage() method in AvrcpCoverArtStorage43 AvrcpCoverArtStorage(int maxSize) { in AvrcpCoverArtStorage() method in AvrcpCoverArtStorage
51 private final AvrcpCoverArtStorage mStorage;68 mStorage = new AvrcpCoverArtStorage(COVER_ART_STORAGE_MAX_ITEMS); in AvrcpCoverArtService()
29 public class AvrcpCoverArtStorage { class30 private static final String TAG = AvrcpCoverArtStorage.class.getSimpleName();44 public AvrcpCoverArtStorage(Context context) { in AvrcpCoverArtStorage() method in AvrcpCoverArtStorage
52 private final AvrcpCoverArtStorage mCoverArtStorage;141 mCoverArtStorage = new AvrcpCoverArtStorage(mService); in AvrcpCoverArtManager()
42 private AvrcpCoverArtStorage mAvrcpCoverArtStorage;49 mAvrcpCoverArtStorage = new AvrcpCoverArtStorage(2); in setUp()
51 private AvrcpCoverArtStorage mAvrcpCoverArtStorage;66 mAvrcpCoverArtStorage = new AvrcpCoverArtStorage(mTargetContext); in setUp()