Searched refs:mayProcessMessageIfCached (Results 1 – 1 of 1) sorted by relevance
198 if (mayProcessMessageIfCached(address, Constants.MESSAGE_REPORT_PHYSICAL_ADDRESS)) { in queryPhysicalAddress()226 if (mayProcessMessageIfCached(address, Constants.MESSAGE_SET_OSD_NAME)) { in queryOsdName()250 if (mayProcessMessageIfCached(address, Constants.MESSAGE_DEVICE_VENDOR_ID)) { in queryVendorId()274 if (mayProcessMessageIfCached(address, Constants.MESSAGE_REPORT_POWER_STATUS)) { in queryPowerStatus()281 private boolean mayProcessMessageIfCached(int address, int opcode) { in mayProcessMessageIfCached() method in DeviceDiscoveryAction