Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBroadcastItemsAdapter.java39 private List<BluetoothLeBroadcastMetadata> mBroadcastMetadataList = new ArrayList<>(); field in BroadcastItemsAdapter
59 BluetoothLeBroadcastMetadata meta = mBroadcastMetadataList.get(position); in onBindViewHolder()
93 return mBroadcastMetadataList.size(); in getItemCount()
97 mBroadcastMetadataList = broadcasts; in updateBroadcastsMetadata()
102 mBroadcastMetadataList.removeIf(bc -> (bc.getBroadcastId() == broadcast.getBroadcastId())); in updateBroadcastMetadata()
103 mBroadcastMetadataList.add(broadcast); in updateBroadcastMetadata()
113 mBroadcastMetadataList.removeIf(bc -> (broadcastId.equals(bc.getBroadcastId()))); in removeBroadcast()
119 mBroadcastMetadataList.clear(); in setBroadcasts()
120 mBroadcastMetadataList.addAll(broadcasts); in setBroadcasts()
159 mBroadcastMetadataList.get(position).getBroadcastId(); in BroadcastItemHolder()