Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
DNewDeviceAction.java56 private HdmiDeviceInfo mOldDeviceInfo; field in NewDeviceAction
77 mOldDeviceInfo = in start()
81 if (mOldDeviceInfo != null in start()
82 && mOldDeviceInfo.getPhysicalAddress() == mDevicePhysicalAddress) { in start()
84 + mOldDeviceInfo.toString() + "]"); in start()
101 if (mOldDeviceInfo != null) { in start()
221 if (mOldDeviceInfo != null in addDeviceInfo()
222 && mOldDeviceInfo.getLogicalAddress() == mDeviceLogicalAddress in addDeviceInfo()
223 && mOldDeviceInfo.getPhysicalAddress() == mDevicePhysicalAddress in addDeviceInfo()
224 && mOldDeviceInfo.getDeviceType() == mDeviceType in addDeviceInfo()
[all …]