Searched refs:unusedAppsCount (Results 1 – 1 of 1) sorted by relevance
292 val unusedAppsCount = getUnusedPackages().map { it?.size ?: 0 } in <lambda>() constant293 observeAndCheckForLifecycleState(unusedAppsCount) { count -> in <lambda>()