Home
last modified time | relevance | path

Searched refs:FakeDeviceEntryRepository (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/deviceentry/data/repository/
DFakeDeviceEntryRepository.kt27 class FakeDeviceEntryRepository @Inject constructor() : DeviceEntryRepository { class
48 @Binds fun bindFake(fake: FakeDeviceEntryRepository): DeviceEntryRepository
DDeviceEntryRepositoryKosmos.kt23 val Kosmos.fakeDeviceEntryRepository by Kosmos.Fixture { FakeDeviceEntryRepository() } in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/transition/
DScrimShadeTransitionControllerTest.kt6 import com.android.systemui.deviceentry.data.repository.FakeDeviceEntryRepository
45 private lateinit var deviceEntryRepository: FakeDeviceEntryRepository
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/domain/interactor/
DNotificationIconsInteractorTest.kt27 import com.android.systemui.deviceentry.data.repository.FakeDeviceEntryRepository
172 val deviceEntryRepository: FakeDeviceEntryRepository