Searched defs:sActiveProfilingStart (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
H A DTrafficStats.java92 private static NetworkStats sActiveProfilingStart; field in class:TrafficStats
174 if (sActiveProfilingStart != null) {
179 sActiveProfilingStart = getDataLayerSnapshotForUid(context);
192 if (sActiveProfilingStart == null) {
199 final NetworkStats profilingDelta = profilingStop.subtract(sActiveProfilingStart);
200 sActiveProfilingStart = null;

Completed in 1260 milliseconds