Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceEntryFaceAuthInteractor.kt66 fun onNotificationPanelClicked() in canFaceAuthRun() method
DNoopDeviceEntryFaceAuthInteractor.kt64 override fun onNotificationPanelClicked() {} in onNotificationPanelClicked() method in com.android.systemui.deviceentry.domain.interactor.NoopDeviceEntryFaceAuthInteractor
DSystemUIDeviceEntryFaceAuthInteractor.kt223 override fun onNotificationPanelClicked() { in <lambda>() method in com.android.systemui.deviceentry.domain.interactor.SystemUIDeviceEntryFaceAuthInteractor
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceEntryFaceAuthInteractorTest.kt356 underTest.onNotificationPanelClicked() in faceAuthIsRequestedWhenNotificationPanelClicked()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerTest.java1193 verify(mDeviceEntryFaceAuthInteractor).onNotificationPanelClicked(); in onEmptySpaceClicked_notDozingAndOnKeyguard_requestsFaceAuth()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java3046 mDeviceEntryFaceAuthInteractor.onNotificationPanelClicked(); in onMiddleClicked()