HomeSort by relevance Sort by last modified time
    Searched full:sactiveprofilingstart (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/java/android/net/
TrafficStats.java 108 private static NetworkStats sActiveProfilingStart;
200 if (sActiveProfilingStart != null) {
205 sActiveProfilingStart = getDataLayerSnapshotForUid(context);
218 if (sActiveProfilingStart == null) {
225 profilingStop, sActiveProfilingStart, null, null);
226 sActiveProfilingStart = null;

Completed in 35 milliseconds