Home
last modified time | relevance | path

Searched refs:mDeviceEntryInteractor (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DFalsingCollectorImpl.java94 private final Lazy<DeviceEntryInteractor> mDeviceEntryInteractor; field in FalsingCollectorImpl
196 mDeviceEntryInteractor = deviceEntryInteractor; in FalsingCollectorImpl()
210 mDeviceEntryInteractor.get().isDeviceEntered(), in init()
486 return !mDeviceEntryInteractor.get().isDeviceEntered().getValue(); in isKeyguardShowing()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DLegacyLockIconViewControllerTest.java384 verify(mDeviceEntryInteractor, never()).attemptDeviceEntry(); in longPress_showBouncer_sceneContainerNotEnabled()
398 verify(mDeviceEntryInteractor).attemptDeviceEntry(); in longPress_showBouncer()
411 verify(mDeviceEntryInteractor, never()).attemptDeviceEntry(); in longPress_falsingTriggered_doesNotShowBouncer()
DLegacyLockIconViewControllerBaseTest.java81 protected @Mock DeviceEntryInteractor mDeviceEntryInteractor; field in LegacyLockIconViewControllerBaseTest
180 () -> mDeviceEntryInteractor in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/
DFalsingCollectorImplTest.java98 private DeviceEntryInteractor mDeviceEntryInteractor; field in FalsingCollectorImplTest
118 when(mDeviceEntryInteractor.isDeviceEntered()).thenReturn(mIsDeviceEntered); in setUp()
128 () -> mCommunalInteractor, () -> mDeviceEntryInteractor, in setUp()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DLegacyLockIconViewController.java133 @NonNull private final Lazy<DeviceEntryInteractor> mDeviceEntryInteractor; field in LegacyLockIconViewController
236 mDeviceEntryInteractor = deviceEntryInteractor; in LegacyLockIconViewController()
747 mDeviceEntryInteractor.get().attemptDeviceEntry(); in onLongPress()
DKeyguardSecurityContainerController.java432 private final Provider<DeviceEntryInteractor> mDeviceEntryInteractor; field in KeyguardSecurityContainerController
497 mDeviceEntryInteractor = deviceEntryInteractor; in KeyguardSecurityContainerController()
530 mDeviceEntryInteractor.get().isDeviceEntered(), in onViewAttached()