Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DFalsingCollectorImpl.java96 private final Lazy<DeviceEntryInteractor> mDeviceEntryInteractor; field in FalsingCollectorImpl
198 mDeviceEntryInteractor = deviceEntryInteractor; in FalsingCollectorImpl()
212 mDeviceEntryInteractor.get().isDeviceEntered(), in init()
506 return !mDeviceEntryInteractor.get().isDeviceEntered().getValue(); in isKeyguardShowing()
/frameworks/base/packages/SystemUI/multivalentTests/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/tests/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManagerTest.java167 @Mock private DeviceEntryInteractor mDeviceEntryInteractor; field in StatusBarKeyguardViewManagerTest
242 () -> 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()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainerController.java436 private final Provider<DeviceEntryInteractor> mDeviceEntryInteractor; field in KeyguardSecurityContainerController
506 mDeviceEntryInteractor = deviceEntryInteractor; in KeyguardSecurityContainerController()
541 mDeviceEntryInteractor.get().isDeviceEntered(), in onViewAttached()