Home
last modified time | relevance | path

Searched refs:mBandwidthRequests (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java1065 private final SparseArray<Integer> mBandwidthRequests = new SparseArray<>(10); field in ConnectivityService
4489 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);