Searched refs:mDevicePowerStatus (Results 1 – 1 of 1) sorted by relevance
110 private final int mDevicePowerStatus; field in HdmiDeviceInfo177 mDevicePowerStatus = powerStatus; in HdmiDeviceInfo()217 mDevicePowerStatus = HdmiControlManager.POWER_STATUS_UNKNOWN; in HdmiDeviceInfo()242 mDevicePowerStatus = HdmiControlManager.POWER_STATUS_UNKNOWN; in HdmiDeviceInfo()263 mDevicePowerStatus = HdmiControlManager.POWER_STATUS_UNKNOWN; in HdmiDeviceInfo()350 return mDevicePowerStatus; in getDevicePowerStatus()447 dest.writeInt(mDevicePowerStatus); in writeToParcel()472 s.append("power_status: ").append(mDevicePowerStatus).append(" "); in toString()508 && mDevicePowerStatus == other.mDevicePowerStatus in equals()