Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayPolicyTests.java290 assertTrue(wpc.isShowingUiWhileDozing()); in testVisibleProcessWhileDozing()
292 assertFalse(wpc.isShowingUiWhileDozing()); in testVisibleProcessWhileDozing()
295 assertTrue(wpc.isShowingUiWhileDozing()); in testVisibleProcessWhileDozing()
297 assertFalse(wpc.isShowingUiWhileDozing()); in testVisibleProcessWhileDozing()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowProcessController.java1952 public boolean isShowingUiWhileDozing() { in isShowingUiWhileDozing() method in WindowProcessController
/frameworks/base/services/core/java/com/android/server/am/
DOomAdjuster.java1877 } else if (!app.getWindowProcessController().isShowingUiWhileDozing()) { in computeOomAdjLSP()