Searched refs:mOpenSessionCallsPerUid (Results 1 – 1 of 1) sorted by relevance
343 private final SparseIntArray mOpenSessionCallsPerUid = new SparseIntArray(); field in NetworkStatsService670 synchronized (mOpenSessionCallsPerUid) {671 int calls = mOpenSessionCallsPerUid.get(callingUid, 0);672 mOpenSessionCallsPerUid.put(callingUid, calls + 1);1782 synchronized (mOpenSessionCallsPerUid) {1783 calls = mOpenSessionCallsPerUid.clone();