Searched refs:adminLiveData (Results 1 – 2 of 2) sorted by relevance
158 LiveData<Boolean> adminLiveData = mUserDao.isAdminLiveData(1); in liveDataTriggers_shouldApplyOnReopen() local163 TestUtil.observeOnMainThread(adminLiveData, lifecycleOwner, observer); in liveDataTriggers_shouldApplyOnReopen()
510 LiveData<Boolean> adminLiveData = mUserDao.isAdminLiveData(3); in booleanLiveData() local513 TestUtil.observeOnMainThread(adminLiveData, lifecycleOwner, observer); in booleanLiveData()