Home
last modified time | relevance | path

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

/packages/modules/Connectivity/framework-t/src/android/net/
DNetworkStats.java1261 final NetworkStats mappedStats = this.mapKeysNotNull(entry -> entry.getTag() != TAG_NONE in groupedByIface() local
1265 for (int i = 0; i < mappedStats.size; i++) { in groupedByIface()
1266 mappedStats.operations[i] = 0L; in groupedByIface()
1268 return mappedStats; in groupedByIface()