Searched refs:getAllBroadcasts (Results 1 – 2 of 2) sorted by relevance
63 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()
129 public LiveData<List<BluetoothLeBroadcastMetadata>> getAllBroadcasts() { in getAllBroadcasts() method in BroadcastScanViewModel