Home
last modified time | relevance | path

Searched refs:DeviceEntryRepositoryImpl (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/data/repository/
DDeviceEntryRepository.kt46 class DeviceEntryRepositoryImpl in isLockscreenEnabled() class
89 @Binds fun repository(impl: DeviceEntryRepositoryImpl): DeviceEntryRepository
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/data/repository/
DDeviceEntryRepositoryTest.kt49 DeviceEntryRepositoryImpl( in setUp()