Searched refs:OpenSessionKey (Results 1 – 1 of 1) sorted by relevance
489 private final HashMap<OpenSessionKey, Integer> mOpenSessionCallsPerCaller = new HashMap<>();519 private static class OpenSessionKey { class in NetworkStatsService524 OpenSessionKey(int uid, @Nullable String packageName) { in OpenSessionKey() method in NetworkStatsService.OpenSessionKey544 final OpenSessionKey key = (OpenSessionKey) o; in equals()1555 private boolean isRateLimitedForPoll(@NonNull OpenSessionKey key) {1590 final OpenSessionKey key = new OpenSessionKey(callingUid, callingPackage);3011 final List<Map.Entry<OpenSessionKey, Integer>> list = new ArrayList<>(calls.entrySet());3019 final Map.Entry<OpenSessionKey, Integer> entry = list.get(j);