Searched refs:mDeviceEntryInteractor (Results 1 – 4 of 4) sorted by relevance
96 private final Lazy<DeviceEntryInteractor> mDeviceEntryInteractor; field in FalsingCollectorImpl198 mDeviceEntryInteractor = deviceEntryInteractor; in FalsingCollectorImpl()212 mDeviceEntryInteractor.get().isDeviceEntered(), in init()506 return !mDeviceEntryInteractor.get().isDeviceEntered().getValue(); in isKeyguardShowing()
98 private DeviceEntryInteractor mDeviceEntryInteractor; field in FalsingCollectorImplTest118 when(mDeviceEntryInteractor.isDeviceEntered()).thenReturn(mIsDeviceEntered); in setUp()128 () -> mCommunalInteractor, () -> mDeviceEntryInteractor, in setUp()
167 @Mock private DeviceEntryInteractor mDeviceEntryInteractor; field in StatusBarKeyguardViewManagerTest242 () -> mDeviceEntryInteractor, in setUp()285 verify(mDeviceEntryInteractor, never()).attemptDeviceEntry(); in showPrimaryBouncer_onlyWhenShowing()296 verify(mDeviceEntryInteractor, never()).attemptDeviceEntry(); in showPrimaryBouncer_notWhenBouncerAlreadyShowing()747 () -> mDeviceEntryInteractor, in hideAlternateBouncer_beforeCentralSurfacesRegistered()926 verify(mDeviceEntryInteractor).attemptDeviceEntry(); in showBouncer_attemptDeviceEntry()
436 private final Provider<DeviceEntryInteractor> mDeviceEntryInteractor; field in KeyguardSecurityContainerController506 mDeviceEntryInteractor = deviceEntryInteractor; in KeyguardSecurityContainerController()541 mDeviceEntryInteractor.get().isDeviceEntered(), in onViewAttached()