Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointRunEntity.java198 int partitionedValueListSize = partitionedValueList.size(); in saveMultiRow() local
206 if (partitionedValueListSize < VALUE_SIZE_LIMIT) { in saveMultiRow()
207 for (int index = 0; index < partitionedValueListSize; index++) { in saveMultiRow()