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.java1028 private final SparseArray<Integer> mBandwidthRequests = new SparseArray<>(10); field in ConnectivityService
4348 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);