D | LinkBandwidthEstimator.java | 1130 private final Map<NetworkKey, NetworkBandwidth> mNetworkMap = new ArrayMap<>(); 1132 private static class NetworkKey { class in LinkBandwidthEstimator 1138 NetworkKey(String plmn, int tac, String dataRat) { in NetworkKey() method in LinkBandwidthEstimator.NetworkKey 1145 if (!(o instanceof NetworkKey that) || hashCode() != o.hashCode()) { in equals() 1181 NetworkKey key = new NetworkKey(plmn, tac, dataRat); in lookupNetwork()
|