Searched refs:appPermGroupLiveDatas (Results 1 – 2 of 2) sorted by relevance
46 private val appPermGroupLiveDatas = mutableMapOf<Pair<String, UserHandle>, regex85 val (_, removed) = setSourcesToDifference(pkgs, appPermGroupLiveDatas, getLiveData) { key ->86 val appPermGroupUiInfoLiveData = appPermGroupLiveDatas[key]94 appPermGroupLiveDatas.remove(key)100 if (appPermGroupLiveDatas.all { entry -> entry.value.isInitialized }) {111 if (appPermGroupLiveDatas.all { entry -> entry.value.isInitialized }) {
166 private val appPermGroupLiveDatas = mutableMapOf<String, LightAppPermGroupLiveData>() regex214 setSourcesToDifference(requestedGroups.keys, appPermGroupLiveDatas, getLiveDataFun)218 if (appPermGroupLiveDatas.any { it.value.isStale }) {222 for ((groupName, groupLiveData) in appPermGroupLiveDatas) {253 appPermGroupLiveDatas.mapNotNull { it.value.value })