Home
last modified time | relevance | path

Searched refs:getConfigId (Results 1 – 1 of 1) sorted by relevance

/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/
DStatsdHelper.java182 if (getConfigId() != -1) { in getEventMetrics()
185 .parseFrom(getStatsManager().getReports(getConfigId())); in getEventMetrics()
210 if (getConfigId() != -1) { in getGaugeMetrics()
216 .parseFrom(getStatsManager().getReports(getConfigId())); in getGaugeMetrics()
240 Log.i(LOG_TAG, "Removing statsd config-id: " + getConfigId()); in removeStatsConfig()
243 getStatsManager().removeConfig(getConfigId()); in removeStatsConfig()
245 Log.i(LOG_TAG, "Successfully removed config-id: " + getConfigId()); in removeStatsConfig()
249 getConfigId(), e.getMessage())); in removeStatsConfig()
294 private long getConfigId() { in getConfigId() method in StatsdHelper