Searched refs:mBandwidthRequests (Results 1 – 1 of 1) sorted by relevance
1028 private final SparseArray<Integer> mBandwidthRequests = new SparseArray<>(10); field in ConnectivityService4348 synchronized (mBandwidthRequests) {4349 for (int i = 0; i < mBandwidthRequests.size(); i++) {4350 pw.println("[" + mBandwidthRequests.keyAt(i)4351 + "]: " + mBandwidthRequests.valueAt(i));8196 synchronized (mBandwidthRequests) {8198 Integer uidReqs = mBandwidthRequests.get(uid);8202 mBandwidthRequests.put(uid, ++uidReqs);