Home
last modified time | relevance | path

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

/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/test/
DAutoClosingRoomOpenHelperTest.java158 LiveData<Boolean> adminLiveData = mUserDao.isAdminLiveData(1); in liveDataTriggers_shouldApplyOnReopen() local
163 TestUtil.observeOnMainThread(adminLiveData, lifecycleOwner, observer); in liveDataTriggers_shouldApplyOnReopen()
DLiveDataQueryTest.java510 LiveData<Boolean> adminLiveData = mUserDao.isAdminLiveData(3); in booleanLiveData() local
513 TestUtil.observeOnMainThread(adminLiveData, lifecycleOwner, observer); in booleanLiveData()