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