Home
last modified time | relevance | path

Searched refs:deviceEntryFaceAuthRepository (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/shelf/domain/interactor/
H A DNotificationShelfInteractorTest.kt50 private val deviceEntryFaceAuthRepository = FakeDeviceEntryFaceAuthRepository() regex
71 deviceEntryFaceAuthRepository,
90 deviceEntryFaceAuthRepository.isBypassEnabled.value = false
100 deviceEntryFaceAuthRepository.isBypassEnabled.value = true
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/shelf/ui/viewmodel/
H A DNotificationShelfViewModelTest.kt66 private val deviceEntryFaceAuthRepository = FakeDeviceEntryFaceAuthRepository() regex
85 deviceEntryFaceAuthRepository,
111 deviceEntryFaceAuthRepository.isBypassEnabled.value = false
121 deviceEntryFaceAuthRepository.isBypassEnabled.value = true
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shelf/domain/interactor/
H A DNotificationShelfInteractor.kt36 private val deviceEntryFaceAuthRepository: DeviceEntryFaceAuthRepository,
49 deviceEntryFaceAuthRepository.isBypassEnabled,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/
H A DKeyguardFaceAuthNotSupportedModule.kt39 fun deviceEntryFaceAuthRepository( regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
H A DKeyguardFaceAuthModule.kt35 fun deviceEntryFaceAuthRepository( regex