Searched refs:AppRepository (Results 1 – 3 of 3) sorted by relevance
35 fun rememberAppRepository(): AppRepository = rememberContext(::AppRepositoryImpl) in rememberAppRepository()37 interface AppRepository { in rememberAppRepository() interface67 internal class AppRepositoryImpl(private val context: Context) : AppRepository {
68 appRepositoryFactory: (Context) -> AppRepository = ::AppRepositoryImpl,
103 private object FakeAppRepository : AppRepository { in getSystemPackageNamesBlocking()