Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBroadcastScanViewModel.java46 private MutableLiveData<List<BluetoothLeBroadcastMetadata>> mAllBroadcasts = field in BroadcastScanViewModel
71 mAllBroadcasts.postValue(new_arr);
130 return mAllBroadcasts; in getAllBroadcasts()
147 mAllBroadcasts.postValue(new_arr); in scanForBroadcasts()
163 mAllBroadcasts.postValue(new_arr); in refreshBroadcasts()