Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationShadeWindowControllerTest.java147 mNotificationShadeWindowController.setKeyguardNeedsInput(true); in setBouncerShowing_isFocusable_whenNeedsInput()
160 mNotificationShadeWindowController.setKeyguardNeedsInput(true); in setKeyguardShowing_focusable_notAltFocusable_whenNeedsInput()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationShadeWindowController.java456 public void setKeyguardNeedsInput(boolean needsInput) { in setKeyguardNeedsInput() method in NotificationShadeWindowController
DStatusBarKeyguardViewManager.java511 mNotificationShadeWindowController.setKeyguardNeedsInput(needsInput); in setNeedsInput()