Home
last modified time | relevance | path

Searched refs:PrimaryBouncerInteractor (Results 1 – 25 of 29) sorted by relevance

12

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DLockscreenHostedDreamGestureListener.kt22 import com.android.systemui.bouncer.domain.interactor.PrimaryBouncerInteractor
45 private val primaryBouncerInteractor: PrimaryBouncerInteractor,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/
H A DKeyguardBouncerViewModel.kt20 import com.android.systemui.bouncer.domain.interactor.PrimaryBouncerInteractor
35 private val interactor: PrimaryBouncerInteractor,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
H A DPrimaryBouncerToGoneTransitionViewModel.kt20 import com.android.systemui.bouncer.domain.interactor.PrimaryBouncerInteractor
42 private val primaryBouncerInteractor: PrimaryBouncerInteractor,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bouncer/ui/viewmodel/
H A DKeyguardBouncerViewModelTest.kt28 import com.android.systemui.bouncer.domain.interactor.PrimaryBouncerInteractor
60 lateinit var bouncerInteractor: PrimaryBouncerInteractor
76 PrimaryBouncerInteractor(
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bouncer/domain/interactor/
H A DPrimaryBouncerInteractorWithCoroutinesTest.kt61 private lateinit var underTest: PrimaryBouncerInteractor
68 PrimaryBouncerInteractor(
H A DPrimaryBouncerInteractorTest.kt76 private lateinit var underTest: PrimaryBouncerInteractor
94 PrimaryBouncerInteractor(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
H A DOccludingAppDeviceEntryInteractor.kt22 import com.android.systemui.bouncer.domain.interactor.PrimaryBouncerInteractor
57 primaryBouncerInteractor: PrimaryBouncerInteractor,
H A DSystemUIKeyguardFaceAuthInteractor.kt26 import com.android.systemui.bouncer.domain.interactor.PrimaryBouncerInteractor
67 private val primaryBouncerInteractor: PrimaryBouncerInteractor,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/dagger/
H A DKeyguardBouncerComponent.java23 import com.android.systemui.bouncer.domain.interactor.PrimaryBouncerInteractor;
H A DKeyguardBouncerModule.java31 import com.android.systemui.bouncer.domain.interactor.PrimaryBouncerInteractor;
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DUdfpsKeyguardViewLegacyControllerWithCoroutinesTest.kt29 import com.android.systemui.bouncer.domain.interactor.PrimaryBouncerInteractor
87 PrimaryBouncerInteractor(
H A DUdfpsKeyguardViewLegacyControllerBaseTest.java35 import com.android.systemui.bouncer.domain.interactor.PrimaryBouncerInteractor;
74 protected @Mock PrimaryBouncerInteractor mPrimaryBouncerInteractor;
H A DUdfpsControllerOverlayTest.kt47 import com.android.systemui.bouncer.domain.interactor.PrimaryBouncerInteractor
118 @Mock private lateinit var primaryBouncerInteractor: PrimaryBouncerInteractor
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DLockscreenHostedDreamGestureListenerTest.kt24 import com.android.systemui.bouncer.domain.interactor.PrimaryBouncerInteractor
58 @Mock private lateinit var primaryBouncerInteractor: PrimaryBouncerInteractor
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/
H A DPrimaryBouncerToGoneTransitionViewModelTest.kt23 import com.android.systemui.bouncer.domain.interactor.PrimaryBouncerInteractor
51 @Mock private lateinit var primaryBouncerInteractor: PrimaryBouncerInteractor
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DLockIconViewControllerBaseTest.java46 import com.android.systemui.bouncer.domain.interactor.PrimaryBouncerInteractor;
98 protected @Mock PrimaryBouncerInteractor mPrimaryBouncerInteractor;
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
H A DKeyguardFaceAuthInteractorTest.kt31 import com.android.systemui.bouncer.domain.interactor.PrimaryBouncerInteractor
110 PrimaryBouncerInteractor(
H A DOccludingAppDeviceEntryInteractorTest.kt31 import com.android.systemui.bouncer.domain.interactor.PrimaryBouncerInteractor
126 PrimaryBouncerInteractor(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsControllerOverlay.kt55 import com.android.systemui.bouncer.domain.interactor.PrimaryBouncerInteractor
110 private val primaryBouncerInteractor: PrimaryBouncerInteractor,
H A DUdfpsKeyguardViewControllerLegacy.kt33 import com.android.systemui.bouncer.domain.interactor.PrimaryBouncerInteractor
74 private val primaryBouncerInteractor: PrimaryBouncerInteractor,
H A DUdfpsController.java81 import com.android.systemui.bouncer.domain.interactor.PrimaryBouncerInteractor;
174 @NonNull private final PrimaryBouncerInteractor mPrimaryBouncerInteractor;
843 @NonNull PrimaryBouncerInteractor primaryBouncerInteractor, in UdfpsController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DLockIconViewController.java62 import com.android.systemui.bouncer.domain.interactor.PrimaryBouncerInteractor;
120 @NonNull private final PrimaryBouncerInteractor mPrimaryBouncerInteractor;
198 PrimaryBouncerInteractor primaryBouncerInteractor in LockIconViewController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java62 import com.android.systemui.bouncer.domain.interactor.PrimaryBouncerInteractor;
148 private final PrimaryBouncerInteractor mPrimaryBouncerInteractor;
363 PrimaryBouncerInteractor primaryBouncerInteractor, in StatusBarKeyguardViewManager()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
H A DPrimaryBouncerInteractor.kt63 class PrimaryBouncerInteractor regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutControllerTest.java53 import com.android.systemui.bouncer.domain.interactor.PrimaryBouncerInteractor;
138 @Mock private PrimaryBouncerInteractor mPrimaryBouncerInteractor;

12