Searched refs:DISPLAY_BLANK_STATE_BLANKED (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/display/
H A DDisplayManagerService.java115 private static final int DISPLAY_BLANK_STATE_BLANKED = 1; field in class:DisplayManagerService
362 if (mAllDisplayBlankStateFromPowerManager != DISPLAY_BLANK_STATE_BLANKED) {
363 mAllDisplayBlankStateFromPowerManager = DISPLAY_BLANK_STATE_BLANKED;
909 case DISPLAY_BLANK_STATE_BLANKED:
1069 boolean isBlanked = (mAllDisplayBlankStateFromPowerManager == DISPLAY_BLANK_STATE_BLANKED)

Completed in 47 milliseconds