Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShadeWindowController.java78 default void setKeyguardNeedsInput(boolean needsInput) {} in setKeyguardNeedsInput() method
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImplTest.java277 mNotificationShadeWindowController.setKeyguardNeedsInput(true); in setBouncerShowing_isFocusable_whenNeedsInput()
290 mNotificationShadeWindowController.setKeyguardNeedsInput(true); in setKeyguardShowing_focusable_notAltFocusable_whenNeedsInput()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImpl.java706 public void setKeyguardNeedsInput(boolean needsInput) { in setKeyguardNeedsInput() method in NotificationShadeWindowControllerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java1053 mNotificationShadeWindowController.setKeyguardNeedsInput(needsInput); in setNeedsInput()