Searched refs:SettingsProxy (Results 1 – 2 of 2) sorted by relevance
20 interface GlobalSettings : SettingsProxy23 interface SecureSettings : SettingsProxy26 interface SystemSettings : SettingsProxy29 sealed interface SettingsProxy { interface
27 inline fun <reified T : SettingsProxy> fakeSettings(block: SettingsProxy.() -> Unit): T { in fakeSettings()