Searched refs:OpenSessionKey (Results 1 – 1 of 1) sorted by relevance
522 private final HashMap<OpenSessionKey, Integer> mOpenSessionCallsPerCaller = new HashMap<>();552 private static class OpenSessionKey { class in NetworkStatsService557 OpenSessionKey(int uid, @Nullable String packageName) { in OpenSessionKey() method in NetworkStatsService.OpenSessionKey577 final OpenSessionKey key = (OpenSessionKey) o; in equals()1641 private boolean isRateLimitedForPoll(@NonNull OpenSessionKey key) {1676 final OpenSessionKey key = new OpenSessionKey(callingUid, callingPackage);3129 final List<Map.Entry<OpenSessionKey, Integer>> list = new ArrayList<>(calls.entrySet());3137 final Map.Entry<OpenSessionKey, Integer> entry = list.get(j);