Searched refs:roleLiveData (Results 1 – 4 of 4) sorted by relevance
50 val roleLiveData = helper.viewModel.roleLiveData.observeAsState(emptyList()) in <lambda>() constant59 if (isLoading && roleLiveData.value.isNotEmpty()) { in <lambda>()60 helper.initializeHolderPackageName(roleLiveData.value) in <lambda>()81 roleLiveData.value, in <lambda>()91 if (isLoading && roleLiveData.value.isNotEmpty()) { in <lambda>()
40 val roleLiveData = helper.viewModel.roleLiveData.observeAsState(emptyList()) in WearDefaultAppScreen() constant45 WearDefaultAppContent(isLoading, roleLiveData.value, helper) in WearDefaultAppScreen()51 if (isLoading && roleLiveData.value.isNotEmpty()) { in WearDefaultAppScreen()
228 viewModel.roleLiveData.value?.let { qualifyingApplications -> in <lambda>()240 viewModel.roleLiveData.value?.let { qualifyingApplications -> in <lambda>()252 return viewModel.roleLiveData.value?.size ?: -1 in <lambda>()
66 RoleLiveData roleLiveData = new RoleLiveData(role, user, application); in SpecialAppAccessViewModel() local70 mRoleLiveData = Transformations.map(roleLiveData, sortFunction); in SpecialAppAccessViewModel()73 mRoleLiveData = Transformations.map(new MergeRoleLiveData(roleLiveData, in SpecialAppAccessViewModel()