Searched refs:mSensorLiveDatas (Results 1 – 2 of 2) sorted by relevance
81 private Map<Sensor<?>, MutableLiveData<?>> mSensorLiveDatas = new ArrayMap<>(); field in ClusterViewModel338 return (MutableLiveData<T>) mSensorLiveDatas
77 private Map<Sensor<?>, MutableLiveData<?>> mSensorLiveDatas = new HashMap<>(); field in ClusterViewModel348 return (MutableLiveData<T>) mSensorLiveDatas