Searched refs:fullStoragePackages (Results 1 – 2 of 2) sorted by relevance
66 val fullStoragePackages = mutableListOf<FullStoragePackageState>() in loadDataAndPostValue() constant74 fullStoragePackages.add(getFullStorageStateForPackage(appOpsManager, in loadDataAndPostValue()79 postValue(fullStoragePackages) in loadDataAndPostValue()
318 val fullStoragePackages = FullStoragePermissionAppsLiveData.value ?: return false in <lambda>() constant319 fullStoragePackages.find { in <lambda>()