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

/frameworks/base/services/core/java/com/android/server/hdmi/
H A DPowerStatusMonitorAction.java39 private static final int INVALID_POWER_STATUS = POWER_STATUS_UNKNOWN - 1; field in class:PowerStatusMonitorAction
76 int oldStatus = mPowerStatus.get(sourceAddress, INVALID_POWER_STATUS);
77 if (oldStatus == INVALID_POWER_STATUS) {

Completed in 395 milliseconds