Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/net/
H A DTrafficStats.java190 private static NetworkStats sActiveProfilingStart; field in TrafficStats
423 if (sActiveProfilingStart != null) { in startDataProfiling()
428 sActiveProfilingStart = getDataLayerSnapshotForUid(context); in startDataProfiling()
441 if (sActiveProfilingStart == null) { in stopDataProfiling()
448 profilingStop, sActiveProfilingStart, null, null); in stopDataProfiling()
449 sActiveProfilingStart = null; in stopDataProfiling()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt36842 Landroid/net/TrafficStats;->sActiveProfilingStart:Landroid/net/NetworkStats;