Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/
H A DSelfRefreshDescriptionLiveData.java52 LiveData<Integer> stateLiveData, in SelfRefreshDescriptionLiveData() argument
57 mStateLiveData = stateLiveData; in SelfRefreshDescriptionLiveData()
62 addSource(stateLiveData, (trigger) -> updateDescription()); in SelfRefreshDescriptionLiveData()