Searched refs:mOldDeviceInfo (Results 1 – 1 of 1) sorted by relevance
56 private HdmiDeviceInfo mOldDeviceInfo; field in NewDeviceAction77 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 …]