Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/
DAvrcpCoverArtStorage.java26 final class AvrcpCoverArtStorage { class
27 private static final String TAG = AvrcpCoverArtStorage.class.getSimpleName();
38 AvrcpCoverArtStorage() { in AvrcpCoverArtStorage() method in AvrcpCoverArtStorage
43 AvrcpCoverArtStorage(int maxSize) { in AvrcpCoverArtStorage() method in AvrcpCoverArtStorage
DAvrcpCoverArtService.java51 private final AvrcpCoverArtStorage mStorage;
68 mStorage = new AvrcpCoverArtStorage(COVER_ART_STORAGE_MAX_ITEMS); in AvrcpCoverArtService()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpCoverArtStorage.java29 public class AvrcpCoverArtStorage { class
30 private static final String TAG = AvrcpCoverArtStorage.class.getSimpleName();
44 public AvrcpCoverArtStorage(Context context) { in AvrcpCoverArtStorage() method in AvrcpCoverArtStorage
DAvrcpCoverArtManager.java52 private final AvrcpCoverArtStorage mCoverArtStorage;
141 mCoverArtStorage = new AvrcpCoverArtStorage(mService); in AvrcpCoverArtManager()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcp/
DAvrcpCoverArtStorageTest.java42 private AvrcpCoverArtStorage mAvrcpCoverArtStorage;
49 mAvrcpCoverArtStorage = new AvrcpCoverArtStorage(2); in setUp()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpCoverArtStorageTest.java51 private AvrcpCoverArtStorage mAvrcpCoverArtStorage;
66 mAvrcpCoverArtStorage = new AvrcpCoverArtStorage(mTargetContext); in setUp()