Home
last modified time | relevance | path

Searched refs:DeviceEntryUdfpsInteractor (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DAlternateBouncerToDozingTransitionViewModel.kt20 import com.android.systemui.deviceentry.domain.interactor.DeviceEntryUdfpsInteractor in <lambda>()
41 deviceEntryUdfpsInteractor: DeviceEntryUdfpsInteractor, in <lambda>()
DDreamingToAodTransitionViewModel.kt20 import com.android.systemui.deviceentry.domain.interactor.DeviceEntryUdfpsInteractor in <lambda>()
39 deviceEntryUdfpsInteractor: DeviceEntryUdfpsInteractor, in <lambda>()
DAlternateBouncerToAodTransitionViewModel.kt20 import com.android.systemui.deviceentry.domain.interactor.DeviceEntryUdfpsInteractor in <lambda>()
41 deviceEntryUdfpsInteractor: DeviceEntryUdfpsInteractor, in <lambda>()
DOccludedToAodTransitionViewModel.kt20 import com.android.systemui.deviceentry.domain.interactor.DeviceEntryUdfpsInteractor in <lambda>()
40 deviceEntryUdfpsInteractor: DeviceEntryUdfpsInteractor, in <lambda>()
DPrimaryBouncerToDozingTransitionViewModel.kt20 import com.android.systemui.deviceentry.domain.interactor.DeviceEntryUdfpsInteractor in <lambda>()
43 deviceEntryUdfpsInteractor: DeviceEntryUdfpsInteractor, in <lambda>()
DLockscreenToDozingTransitionViewModel.kt20 import com.android.systemui.deviceentry.domain.interactor.DeviceEntryUdfpsInteractor in <lambda>()
38 deviceEntryUdfpsInteractor: DeviceEntryUdfpsInteractor, in <lambda>()
DPrimaryBouncerToAodTransitionViewModel.kt20 import com.android.systemui.deviceentry.domain.interactor.DeviceEntryUdfpsInteractor in <lambda>()
44 deviceEntryUdfpsInteractor: DeviceEntryUdfpsInteractor, in <lambda>()
DGoneToDozingTransitionViewModel.kt20 import com.android.systemui.deviceentry.domain.interactor.DeviceEntryUdfpsInteractor in <lambda>()
41 deviceEntryUdfpsInteractor: DeviceEntryUdfpsInteractor, in <lambda>()
DLockscreenToAodTransitionViewModel.kt21 import com.android.systemui.deviceentry.domain.interactor.DeviceEntryUdfpsInteractor in <lambda>()
42 deviceEntryUdfpsInteractor: DeviceEntryUdfpsInteractor, in <lambda>()
DGoneToAodTransitionViewModel.kt21 import com.android.systemui.deviceentry.domain.interactor.DeviceEntryUdfpsInteractor in <lambda>()
43 deviceEntryUdfpsInteractor: DeviceEntryUdfpsInteractor, in <lambda>()
DAlternateBouncerUdfpsIconViewModel.kt24 import com.android.systemui.deviceentry.domain.interactor.DeviceEntryUdfpsInteractor in <lambda>()
44 deviceEntryUdfpsInteractor: DeviceEntryUdfpsInteractor, in <lambda>()
DOccludedToLockscreenTransitionViewModel.kt22 import com.android.systemui.deviceentry.domain.interactor.DeviceEntryUdfpsInteractor in <lambda>()
51 deviceEntryUdfpsInteractor: DeviceEntryUdfpsInteractor, in <lambda>()
DDeviceEntryForegroundViewModel.kt25 import com.android.systemui.deviceentry.domain.interactor.DeviceEntryUdfpsInteractor in <lambda>()
49 deviceEntryUdfpsInteractor: DeviceEntryUdfpsInteractor, in <lambda>()
DDeviceEntryIconViewModel.kt28 import com.android.systemui.deviceentry.domain.interactor.DeviceEntryUdfpsInteractor in <lambda>()
66 deviceEntryUdfpsInteractor: DeviceEntryUdfpsInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/domain/interactor/
DSharedNotificationContainerInteractor.kt24 import com.android.systemui.deviceentry.domain.interactor.DeviceEntryUdfpsInteractor in <lambda>()
49 deviceEntryUdfpsInteractor: DeviceEntryUdfpsInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceEntryUdfpsInteractorTest.kt50 private lateinit var underTest: DeviceEntryUdfpsInteractor
59 DeviceEntryUdfpsInteractor( in setUp()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceEntryUdfpsInteractorKosmos.kt29 DeviceEntryUdfpsInteractor( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/
DAuthRippleInteractor.kt35 deviceEntryUdfpsInteractor: DeviceEntryUdfpsInteractor, in <lambda>()
DDeviceEntryUdfpsInteractor.kt35 class DeviceEntryUdfpsInteractor in <lambda>() class
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DQuickSettingsControllerImplBaseTest.java43 import com.android.systemui.deviceentry.domain.interactor.DeviceEntryUdfpsInteractor;
208 DeviceEntryUdfpsInteractor deviceEntryUdfpsInteractor = in setup()
209 mock(DeviceEntryUdfpsInteractor.class); in setup()
DNotificationPanelViewControllerBaseTest.java92 import com.android.systemui.deviceentry.domain.interactor.DeviceEntryUdfpsInteractor;
429 DeviceEntryUdfpsInteractor deviceEntryUdfpsInteractor = in setup()
430 mock(DeviceEntryUdfpsInteractor.class); in setup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java104 import com.android.systemui.deviceentry.domain.interactor.DeviceEntryUdfpsInteractor;
394 DeviceEntryUdfpsInteractor deviceEntryUdfpsInteractor = in setUp()
395 mock(DeviceEntryUdfpsInteractor.class); in setUp()