Home
last modified time | relevance | path

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

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