Searched refs:DEVICE_NAME_FORMAT_KEY (Results 1 – 1 of 1) sorted by relevance
36 private static final String DEVICE_NAME_FORMAT_KEY = "{%s}:%s"; field in DeviceMetricData59 actualKey = String.format(DEVICE_NAME_FORMAT_KEY, deviceName, key); in addMetric()80 actualKey = String.format(DEVICE_NAME_FORMAT_KEY, deviceName, key); in addMetricForDevice()