Searched refs:appPermGroupLiveData (Results 1 – 1 of 1) sorted by relevance
190 private val appPermGroupLiveData = LightAppPermGroupLiveData[packageName, permGroupName, regex194 addSource(appPermGroupLiveData) { appPermGroup ->196 if (appPermGroupLiveData.isInitialized && appPermGroup == null) {217 val group = appPermGroupLiveData.value ?: return