Searched refs:getDeviceDetails (Results 1 – 3 of 3) sorted by relevance
60 mModel.getDeviceDetails().observe(this, this::setDeviceDetails); in onViewCreated()
134 mModel.getDeviceDetails().observe(this, deviceDetails -> { in observeViewModel()
174 public MutableLiveData<AssociatedDeviceDetails> getDeviceDetails() { in getDeviceDetails() method in AssociatedDeviceViewModel