Searched refs:SettingsEntryRepository (Results 1 – 4 of 4) sorted by relevance
22 import com.android.settingslib.spa.framework.common.SettingsEntryRepository27 class SettingsSliceDataRepository(private val entryRepository: SettingsEntryRepository) {
22 import com.android.settingslib.spa.framework.common.SettingsEntryRepository56 fun SettingsEntry.debugContent(entryRepository: SettingsEntryRepository): String {
70 val entryRepository = lazy { SettingsEntryRepository(pageProviderRepository.value) }
36 class SettingsEntryRepository(sppRepository: SettingsPageProviderRepository) { regex