Searched refs:getConfigId (Results 1 – 1 of 1) sorted by relevance
216 if (getConfigId() != -1) { in getEventMetrics()218 byte[] serializedReports = getStatsManager().getReports(getConfigId()); in getEventMetrics()255 if (getConfigId() != -1) { in getGaugeMetrics()262 getStatsManager().getReports(getConfigId())); in getGaugeMetrics()291 Log.i(LOG_TAG, "Removing statsd config-id: " + getConfigId()); in removeStatsConfig()294 getStatsManager().removeConfig(getConfigId()); in removeStatsConfig()296 Log.i(LOG_TAG, "Successfully removed config-id: " + getConfigId()); in removeStatsConfig()300 getConfigId(), e.getMessage())); in removeStatsConfig()426 private long getConfigId() { in getConfigId() method in StatsdHelper