Searched refs:permGroupLiveData (Results 1 – 3 of 3) sorted by relevance
38 private val permGroupLiveData = PermGroupLiveData[permGroupName] regex55 addSource(permGroupLiveData) { newPermGroup ->73 permGroupLiveData.value?.groupInfo?.let {101 permGroupLiveData.value?.groupInfo?.let {112 permGroupLiveData.value?.groupInfo?.let {
53 private val permGroupLiveData = PermGroupLiveData[permGroupName] regex77 addSource(permGroupLiveData) { permGroup ->78 if (permGroup == null && permGroupLiveData.isInitialized) {98 val permGroup = permGroupLiveData.value ?: return
61 private val permGroupLiveData = PermGroupLiveData[permGroupName] regex74 addSource(permGroupLiveData) {88 val permissionGroup = permGroupLiveData.value92 if (packageInfoLiveData.isInitialized && permGroupLiveData.isInitialized &&