Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBroadcastScanActivity.java63 mViewModel.getAllBroadcasts().getValue()) { in onCreate()
228 .getAllBroadcasts() in onCreate()
251 if (mViewModel.getAllBroadcasts().getValue() != null) in onResume()
252 adapter.setBroadcasts(mViewModel.getAllBroadcasts().getValue()); in onResume()
DBroadcastScanViewModel.java129 public LiveData<List<BluetoothLeBroadcastMetadata>> getAllBroadcasts() { in getAllBroadcasts() method in BroadcastScanViewModel