Searched refs:mMoveToTuckedData (Results 1 – 1 of 1) sorted by relevance
40 private final MutableLiveData<Boolean> mMoveToTuckedData = new MutableLiveData<>(); field in MenuViewModel84 mInfoRepository.loadMenuMoveToTucked(mMoveToTuckedData::setValue); in getMoveToTuckedData()85 return mMoveToTuckedData; in getMoveToTuckedData()