Searched refs:mBandwidthRequests (Results 1 – 1 of 1) sorted by relevance
1065 private final SparseArray<Integer> mBandwidthRequests = new SparseArray<>(10); field in ConnectivityService4489 synchronized (mBandwidthRequests) {4490 for (int i = 0; i < mBandwidthRequests.size(); i++) {4491 pw.println("[" + mBandwidthRequests.keyAt(i)4492 + "]: " + mBandwidthRequests.valueAt(i));8780 synchronized (mBandwidthRequests) {8782 Integer uidReqs = mBandwidthRequests.get(uid);8786 mBandwidthRequests.put(uid, ++uidReqs);