Searched refs:getSystemPackageNamesBlocking (Results 1 – 2 of 2) sorted by relevance
52 fun getSystemPackageNamesBlocking(userId: Int): Set<String> regex65 AppListRepositoryImpl(context).getSystemPackageNamesBlocking(userId)142 override fun getSystemPackageNamesBlocking(userId: Int) = runBlocking {
99 override fun getSystemPackageNamesBlocking(userId: Int): Set<String> = emptySet()