Searched refs:mayProcessMessageIfCached (Results 1 – 1 of 1) sorted by relevance
184 if (mayProcessMessageIfCached(address, Constants.MESSAGE_REPORT_PHYSICAL_ADDRESS)) { in queryPhysicalAddress()212 if (mayProcessMessageIfCached(address, Constants.MESSAGE_SET_OSD_NAME)) { in queryOsdName()236 if (mayProcessMessageIfCached(address, Constants.MESSAGE_DEVICE_VENDOR_ID)) { in queryVendorId()260 if (mayProcessMessageIfCached(address, Constants.MESSAGE_REPORT_POWER_STATUS)) { in queryPowerStatus()267 private boolean mayProcessMessageIfCached(int address, int opcode) { in mayProcessMessageIfCached() method in DeviceDiscoveryAction