Searched refs:mOpenSessionCallsPerUid (Results 1 – 1 of 1) sorted by relevance
344 private final SparseIntArray mOpenSessionCallsPerUid = new SparseIntArray(); field in NetworkStatsService674 synchronized (mOpenSessionCallsPerUid) {675 int calls = mOpenSessionCallsPerUid.get(callingUid, 0);676 mOpenSessionCallsPerUid.put(callingUid, calls + 1);1807 synchronized (mOpenSessionCallsPerUid) {1808 calls = mOpenSessionCallsPerUid.clone();