Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShadeWindowController.java78 default void setKeyguardNeedsInput(boolean needsInput) {} in setKeyguardNeedsInput() method
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationShadeWindowControllerImplTest.java240 mNotificationShadeWindowController.setKeyguardNeedsInput(true); in setBouncerShowing_isFocusable_whenNeedsInput()
253 mNotificationShadeWindowController.setKeyguardNeedsInput(true); in setKeyguardShowing_focusable_notAltFocusable_whenNeedsInput()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationShadeWindowControllerImpl.java636 public void setKeyguardNeedsInput(boolean needsInput) { in setKeyguardNeedsInput() method in NotificationShadeWindowControllerImpl
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java875 mNotificationShadeWindowController.setKeyguardNeedsInput(needsInput); in setNeedsInput()