Searched refs:numUids (Results 1 – 5 of 5) sorted by relevance
158 int numUids = buf.remaining() / (cores + 1); in readImpl() local159 for (int i = 0; i < numUids; i++) { in readImpl()163 Slog.d(TAG, "Read uids: " + numUids); in readImpl()
197 int numUids = buf.remaining() / (mNumCores + 1); in readImpl() local199 for (int i = 0; i < numUids; i++) { in readImpl()203 Slog.d(TAG, "Read uids: " + numUids); in readImpl()
252 int numUids = buf.remaining() / (freqs + 1); in readImpl() local253 for (int i = 0; i < numUids; i++) { in readImpl()257 Slog.d(TAG, "Read uids: #" + numUids); in readImpl()
11680 final int numUids = uidTraffic != null ? uidTraffic.length : 0; in updateBluetoothStateLocked() local11681 for (int i = 0; i < numUids; i++) { in updateBluetoothStateLocked()11704 for (int i = 0; i < numUids; i++) { in updateBluetoothStateLocked()14875 int numUids = in.readInt(); in readFromParcelLocked() local14877 for (int i = 0; i < numUids; i++) { in readFromParcelLocked()
2038 int numUids = 0; in closeSocketsForFirewallChainLocked() local2053 exemptUids[numUids] = rules.keyAt(i); in closeSocketsForFirewallChainLocked()2054 numUids++; in closeSocketsForFirewallChainLocked()2065 if (numUids != exemptUids.length) { in closeSocketsForFirewallChainLocked()2066 exemptUids = Arrays.copyOf(exemptUids, numUids); in closeSocketsForFirewallChainLocked()2076 ranges[numUids] = new UidRange(uid, uid); in closeSocketsForFirewallChainLocked()2077 numUids++; in closeSocketsForFirewallChainLocked()2082 if (numUids != ranges.length) { in closeSocketsForFirewallChainLocked()2083 ranges = Arrays.copyOf(ranges, numUids); in closeSocketsForFirewallChainLocked()