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.java207 if (getConfigId() != -1) { in getEventMetrics()
209 byte[] serializedReports = getStatsManager().getReports(getConfigId()); in getEventMetrics()
246 if (getConfigId() != -1) { in getGaugeMetrics()
253 getStatsManager().getReports(getConfigId())); in getGaugeMetrics()
282 Log.i(LOG_TAG, "Removing statsd config-id: " + getConfigId()); in removeStatsConfig()
285 getStatsManager().removeConfig(getConfigId()); in removeStatsConfig()
287 Log.i(LOG_TAG, "Successfully removed config-id: " + getConfigId()); in removeStatsConfig()
291 getConfigId(), e.getMessage())); in removeStatsConfig()
387 private long getConfigId() { in getConfigId() method in StatsdHelper