Home
last modified time | relevance | path

Searched refs:AvrcpCoverArtStorage (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpCoverArtProvider.java51 private AvrcpCoverArtStorage mStorage;
110 mStorage = new AvrcpCoverArtStorage(getContext()); in onCreate()
DAvrcpCoverArtStorage.java33 public class AvrcpCoverArtStorage { class
42 public AvrcpCoverArtStorage(Context context) { in AvrcpCoverArtStorage() method in AvrcpCoverArtStorage
DAvrcpCoverArtManager.java52 private final AvrcpCoverArtStorage mCoverArtStorage;
126 mCoverArtStorage = new AvrcpCoverArtStorage(mService); in AvrcpCoverArtManager()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpCoverArtStorageTest.java53 private AvrcpCoverArtStorage mAvrcpCoverArtStorage;
73 mAvrcpCoverArtStorage = new AvrcpCoverArtStorage(mTargetContext); in setUp()