Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/stats/pull/
H A DStatsPullAtomService.java1175 final NetworkStats wifiStats = getUidNetworkStatsSnapshotForTemplate( in collectNetworkStatsSnapshotForAtom() local
1180 if (wifiStats != null && cellularStats != null) { in collectNetworkStatsSnapshotForAtom()
1181 final NetworkStats stats = wifiStats.add(cellularStats); in collectNetworkStatsSnapshotForAtom()