Home
last modified time | relevance | path

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

/frameworks/base/apex/statsd/framework/java/android/util/
DStatsEvent.java526 final int stringMapSize = null == stringMap ? 0 : stringMap.size(); in writeKeyValuePairs() local
528 final int totalCount = intMapSize + longMapSize + stringMapSize + floatMapSize; in writeKeyValuePairs()
552 for (int i = 0; i < stringMapSize; i++) { in writeKeyValuePairs()