Home
last modified time | relevance | path

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

/packages/modules/StatsD/framework/java/android/util/
DStatsEvent.java540 final int floatMapSize = null == floatMap ? 0 : floatMap.size(); in writeKeyValuePairs() local
541 final int totalCount = intMapSize + longMapSize + stringMapSize + floatMapSize; in writeKeyValuePairs()
575 for (int i = 0; i < floatMapSize; i++) { in writeKeyValuePairs()