Searched defs:mDevicePowerStatus (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiDeviceInfo.java110 private final int mDevicePowerStatus; field in class:HdmiDeviceInfo
177 mDevicePowerStatus = powerStatus;
217 mDevicePowerStatus = HdmiControlManager.POWER_STATUS_UNKNOWN;
242 mDevicePowerStatus = HdmiControlManager.POWER_STATUS_UNKNOWN;
263 mDevicePowerStatus = HdmiControlManager.POWER_STATUS_UNKNOWN;
350 return mDevicePowerStatus;
447 dest.writeInt(mDevicePowerStatus);
472 s.append("power_status: ").append(mDevicePowerStatus).append(" ");
508 && mDevicePowerStatus == other.mDevicePowerStatus
[all...]

Completed in 412 milliseconds