Searched refs:mayProcessMessageIfCached (Results 1 – 1 of 1) sorted by relevance
192 if (mayProcessMessageIfCached(address, Constants.MESSAGE_REPORT_PHYSICAL_ADDRESS)) { in queryPhysicalAddress()220 if (mayProcessMessageIfCached(address, Constants.MESSAGE_SET_OSD_NAME)) { in queryOsdName()244 if (mayProcessMessageIfCached(address, Constants.MESSAGE_DEVICE_VENDOR_ID)) { in queryVendorId()268 if (mayProcessMessageIfCached(address, Constants.MESSAGE_REPORT_POWER_STATUS)) { in queryPowerStatus()275 private boolean mayProcessMessageIfCached(int address, int opcode) { in mayProcessMessageIfCached() method in DeviceDiscoveryAction