Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
DStatsEvent.java509 final int stringMapSize = stringMap.size(); in writeKeyValuePairs() local
511 final int totalCount = intMapSize + longMapSize + stringMapSize + floatMapSize; in writeKeyValuePairs()
535 for (int i = 0; i < stringMapSize; i++) { in writeKeyValuePairs()