Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/display/
DDisplayManagerInternal.java610 void onDisplayStateChange(boolean allInactive, boolean allOff); in onDisplayStateChange() argument
/frameworks/base/services/core/java/com/android/server/display/
DDisplayManagerService.java367 boolean allInactive = true;
383 allInactive = false;
385 if (!allOff && !allInactive) {
401 mDisplayPowerCallbacks.onDisplayStateChange(allInactive, allOff);
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java3777 public void onDisplayStateChange(boolean allInactive, boolean allOff) {
3782 setPowerModeInternal(MODE_DISPLAY_INACTIVE, allInactive);
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
DDisplayManagerServiceTest.java3159 public void onDisplayStateChange(boolean allInactive, boolean allOff) {