Searched refs:mDeviceEntryInteractor (Results 1 – 6 of 6) sorted by relevance
94 private final Lazy<DeviceEntryInteractor> mDeviceEntryInteractor; field in FalsingCollectorImpl196 mDeviceEntryInteractor = deviceEntryInteractor; in FalsingCollectorImpl()210 mDeviceEntryInteractor.get().isDeviceEntered(), in init()486 return !mDeviceEntryInteractor.get().isDeviceEntered().getValue(); in isKeyguardShowing()
384 verify(mDeviceEntryInteractor, never()).attemptDeviceEntry(); in longPress_showBouncer_sceneContainerNotEnabled()398 verify(mDeviceEntryInteractor).attemptDeviceEntry(); in longPress_showBouncer()411 verify(mDeviceEntryInteractor, never()).attemptDeviceEntry(); in longPress_falsingTriggered_doesNotShowBouncer()
81 protected @Mock DeviceEntryInteractor mDeviceEntryInteractor; field in LegacyLockIconViewControllerBaseTest180 () -> mDeviceEntryInteractor in setUp()
98 private DeviceEntryInteractor mDeviceEntryInteractor; field in FalsingCollectorImplTest118 when(mDeviceEntryInteractor.isDeviceEntered()).thenReturn(mIsDeviceEntered); in setUp()128 () -> mCommunalInteractor, () -> mDeviceEntryInteractor, in setUp()
133 @NonNull private final Lazy<DeviceEntryInteractor> mDeviceEntryInteractor; field in LegacyLockIconViewController236 mDeviceEntryInteractor = deviceEntryInteractor; in LegacyLockIconViewController()747 mDeviceEntryInteractor.get().attemptDeviceEntry(); in onLongPress()
432 private final Provider<DeviceEntryInteractor> mDeviceEntryInteractor; field in KeyguardSecurityContainerController497 mDeviceEntryInteractor = deviceEntryInteractor; in KeyguardSecurityContainerController()530 mDeviceEntryInteractor.get().isDeviceEntered(), in onViewAttached()