Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java694 verify(mStatusBarWindowView).suppressWakeUpGesture(eq(true)); in testPulseWhileDozingWithDockingReason_suppressWakeUpGesture()
698 verify(mStatusBarWindowView).suppressWakeUpGesture(eq(false)); in testPulseWhileDozingWithDockingReason_suppressWakeUpGesture()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowView.java353 void suppressWakeUpGesture(boolean suppress) { in suppressWakeUpGesture() method in StatusBarWindowView
DStatusBar.java4078 mStatusBarWindow.suppressWakeUpGesture(true); in pulseWhileDozing()
4102 mStatusBarWindow.suppressWakeUpGesture(false); in pulseWhileDozing()