Searched refs:getConfigId (Results 1 – 1 of 1) sorted by relevance
190 if (getConfigId() != -1) { in getEventMetrics()192 byte[] serializedReports = getStatsManager().getReports(getConfigId()); in getEventMetrics()222 if (getConfigId() != -1) { in getGaugeMetrics()229 getStatsManager().getReports(getConfigId())); in getGaugeMetrics()257 Log.i(LOG_TAG, "Removing statsd config-id: " + getConfigId()); in removeStatsConfig()260 getStatsManager().removeConfig(getConfigId()); in removeStatsConfig()262 Log.i(LOG_TAG, "Successfully removed config-id: " + getConfigId()); in removeStatsConfig()266 getConfigId(), e.getMessage())); in removeStatsConfig()312 private long getConfigId() { in getConfigId() method in StatsdHelper