blob: 1efe478fe0f073972f59970a7ffa4acb27103b08 [file] [log] [blame]
Robert Greenwalt1448f052014-04-08 13:41:39 -07001/*
2 * Copyright (C) 2014 The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17package android.net;
18
19import android.os.Parcel;
20import android.os.Parcelable;
Robert Greenwalt5f90bcc2014-07-09 17:25:41 -070021import android.text.TextUtils;
Robert Greenwalt1448f052014-04-08 13:41:39 -070022import java.lang.IllegalArgumentException;
Robert Greenwalt1448f052014-04-08 13:41:39 -070023
24/**
Robert Greenwalt01d004e2014-05-18 15:24:21 -070025 * This class represents the capabilities of a network. This is used both to specify
26 * needs to {@link ConnectivityManager} and when inspecting a network.
27 *
28 * Note that this replaces the old {@link ConnectivityManager#TYPE_MOBILE} method
29 * of network selection. Rather than indicate a need for Wi-Fi because an application
Wink Saville4e2dea72014-09-20 11:04:03 -070030 * needs high bandwidth and risk obsolescence when a new, fast network appears (like LTE),
Robert Greenwalt01d004e2014-05-18 15:24:21 -070031 * the application should specify it needs high bandwidth. Similarly if an application
32 * needs an unmetered network for a bulk transfer it can specify that rather than assuming
33 * all cellular based connections are metered and all Wi-Fi based connections are not.
Robert Greenwalt1448f052014-04-08 13:41:39 -070034 */
35public final class NetworkCapabilities implements Parcelable {
Robert Greenwalt7569f182014-06-08 16:42:59 -070036 /**
37 * @hide
38 */
Robert Greenwalt01d004e2014-05-18 15:24:21 -070039 public NetworkCapabilities() {
40 }
41
42 public NetworkCapabilities(NetworkCapabilities nc) {
43 if (nc != null) {
44 mNetworkCapabilities = nc.mNetworkCapabilities;
45 mTransportTypes = nc.mTransportTypes;
46 mLinkUpBandwidthKbps = nc.mLinkUpBandwidthKbps;
47 mLinkDownBandwidthKbps = nc.mLinkDownBandwidthKbps;
Robert Greenwalt94badcc2014-07-10 14:53:24 -070048 mNetworkSpecifier = nc.mNetworkSpecifier;
Robert Greenwalt01d004e2014-05-18 15:24:21 -070049 }
50 }
Robert Greenwalt1448f052014-04-08 13:41:39 -070051
52 /**
53 * Represents the network's capabilities. If any are specified they will be satisfied
54 * by any Network that matches all of them.
55 */
Robert Greenwalt16e12ab2014-07-08 15:31:37 -070056 private long mNetworkCapabilities = (1 << NET_CAPABILITY_NOT_RESTRICTED) |
Paul Jensen6bc2c2c2014-05-07 15:27:40 -040057 (1 << NET_CAPABILITY_TRUSTED) | (1 << NET_CAPABILITY_NOT_VPN);
Robert Greenwalt1448f052014-04-08 13:41:39 -070058
59 /**
Robert Greenwalt01d004e2014-05-18 15:24:21 -070060 * Indicates this is a network that has the ability to reach the
61 * carrier's MMSC for sending and receiving MMS messages.
Robert Greenwalt1448f052014-04-08 13:41:39 -070062 */
63 public static final int NET_CAPABILITY_MMS = 0;
Robert Greenwalt01d004e2014-05-18 15:24:21 -070064
65 /**
66 * Indicates this is a network that has the ability to reach the carrier's
67 * SUPL server, used to retrieve GPS information.
68 */
Robert Greenwalt1448f052014-04-08 13:41:39 -070069 public static final int NET_CAPABILITY_SUPL = 1;
Robert Greenwalt01d004e2014-05-18 15:24:21 -070070
71 /**
72 * Indicates this is a network that has the ability to reach the carrier's
73 * DUN or tethering gateway.
74 */
Robert Greenwalt1448f052014-04-08 13:41:39 -070075 public static final int NET_CAPABILITY_DUN = 2;
Robert Greenwalt01d004e2014-05-18 15:24:21 -070076
77 /**
78 * Indicates this is a network that has the ability to reach the carrier's
79 * FOTA portal, used for over the air updates.
80 */
Robert Greenwalt1448f052014-04-08 13:41:39 -070081 public static final int NET_CAPABILITY_FOTA = 3;
Robert Greenwalt01d004e2014-05-18 15:24:21 -070082
83 /**
84 * Indicates this is a network that has the ability to reach the carrier's
85 * IMS servers, used for network registration and signaling.
86 */
Robert Greenwalt1448f052014-04-08 13:41:39 -070087 public static final int NET_CAPABILITY_IMS = 4;
Robert Greenwalt01d004e2014-05-18 15:24:21 -070088
89 /**
90 * Indicates this is a network that has the ability to reach the carrier's
91 * CBS servers, used for carrier specific services.
92 */
Robert Greenwalt1448f052014-04-08 13:41:39 -070093 public static final int NET_CAPABILITY_CBS = 5;
Robert Greenwalt01d004e2014-05-18 15:24:21 -070094
95 /**
96 * Indicates this is a network that has the ability to reach a Wi-Fi direct
97 * peer.
98 */
Robert Greenwalt1448f052014-04-08 13:41:39 -070099 public static final int NET_CAPABILITY_WIFI_P2P = 6;
Robert Greenwalt01d004e2014-05-18 15:24:21 -0700100
101 /**
102 * Indicates this is a network that has the ability to reach a carrier's
103 * Initial Attach servers.
104 */
Robert Greenwalt1448f052014-04-08 13:41:39 -0700105 public static final int NET_CAPABILITY_IA = 7;
Robert Greenwalt01d004e2014-05-18 15:24:21 -0700106
107 /**
108 * Indicates this is a network that has the ability to reach a carrier's
109 * RCS servers, used for Rich Communication Services.
110 */
Robert Greenwalt1448f052014-04-08 13:41:39 -0700111 public static final int NET_CAPABILITY_RCS = 8;
Robert Greenwalt01d004e2014-05-18 15:24:21 -0700112
113 /**
114 * Indicates this is a network that has the ability to reach a carrier's
115 * XCAP servers, used for configuration and control.
116 */
Robert Greenwalt1448f052014-04-08 13:41:39 -0700117 public static final int NET_CAPABILITY_XCAP = 9;
Robert Greenwalt01d004e2014-05-18 15:24:21 -0700118
119 /**
120 * Indicates this is a network that has the ability to reach a carrier's
121 * Emergency IMS servers, used for network signaling during emergency calls.
122 */
Robert Greenwalt1448f052014-04-08 13:41:39 -0700123 public static final int NET_CAPABILITY_EIMS = 10;
Robert Greenwalt01d004e2014-05-18 15:24:21 -0700124
125 /**
126 * Indicates that this network is unmetered.
127 */
Robert Greenwalt1448f052014-04-08 13:41:39 -0700128 public static final int NET_CAPABILITY_NOT_METERED = 11;
Robert Greenwalt01d004e2014-05-18 15:24:21 -0700129
130 /**
131 * Indicates that this network should be able to reach the internet.
132 */
Robert Greenwalt1448f052014-04-08 13:41:39 -0700133 public static final int NET_CAPABILITY_INTERNET = 12;
Robert Greenwalt01d004e2014-05-18 15:24:21 -0700134
135 /**
136 * Indicates that this network is available for general use. If this is not set
137 * applications should not attempt to communicate on this network. Note that this
138 * is simply informative and not enforcement - enforcement is handled via other means.
139 * Set by default.
140 */
Robert Greenwalt1448f052014-04-08 13:41:39 -0700141 public static final int NET_CAPABILITY_NOT_RESTRICTED = 13;
142
Robert Greenwalt16e12ab2014-07-08 15:31:37 -0700143 /**
144 * Indicates that the user has indicated implicit trust of this network. This
145 * generally means it's a sim-selected carrier, a plugged in ethernet, a paired
146 * BT device or a wifi the user asked to connect to. Untrusted networks
147 * are probably limited to unknown wifi AP. Set by default.
148 */
149 public static final int NET_CAPABILITY_TRUSTED = 14;
150
Paul Jensen6bc2c2c2014-05-07 15:27:40 -0400151 /*
152 * Indicates that this network is not a VPN. This capability is set by default and should be
153 * explicitly cleared when creating VPN networks.
154 */
155 public static final int NET_CAPABILITY_NOT_VPN = 15;
156
Robert Greenwalt16e12ab2014-07-08 15:31:37 -0700157
Robert Greenwalt1448f052014-04-08 13:41:39 -0700158 private static final int MIN_NET_CAPABILITY = NET_CAPABILITY_MMS;
Paul Jensen6bc2c2c2014-05-07 15:27:40 -0400159 private static final int MAX_NET_CAPABILITY = NET_CAPABILITY_NOT_VPN;
Robert Greenwalt1448f052014-04-08 13:41:39 -0700160
Robert Greenwalt01d004e2014-05-18 15:24:21 -0700161 /**
162 * Adds the given capability to this {@code NetworkCapability} instance.
163 * Multiple capabilities may be applied sequentially. Note that when searching
164 * for a network to satisfy a request, all capabilities requested must be satisfied.
165 *
Robert Greenwalt7569f182014-06-08 16:42:59 -0700166 * @param capability the {@code NetworkCapabilities.NET_CAPABILITY_*} to be added.
167 * @return This NetworkCapability to facilitate chaining.
168 * @hide
Robert Greenwalt01d004e2014-05-18 15:24:21 -0700169 */
Robert Greenwalt7569f182014-06-08 16:42:59 -0700170 public NetworkCapabilities addCapability(int capability) {
171 if (capability < MIN_NET_CAPABILITY || capability > MAX_NET_CAPABILITY) {
Robert Greenwalt1448f052014-04-08 13:41:39 -0700172 throw new IllegalArgumentException("NetworkCapability out of range");
173 }
Robert Greenwalt7569f182014-06-08 16:42:59 -0700174 mNetworkCapabilities |= 1 << capability;
175 return this;
Robert Greenwalt1448f052014-04-08 13:41:39 -0700176 }
Robert Greenwalt01d004e2014-05-18 15:24:21 -0700177
178 /**
179 * Removes (if found) the given capability from this {@code NetworkCapability} instance.
180 *
Robert Greenwalt7569f182014-06-08 16:42:59 -0700181 * @param capability the {@code NetworkCapabilities.NET_CAPABILTIY_*} to be removed.
182 * @return This NetworkCapability to facilitate chaining.
183 * @hide
Robert Greenwalt01d004e2014-05-18 15:24:21 -0700184 */
Robert Greenwalt7569f182014-06-08 16:42:59 -0700185 public NetworkCapabilities removeCapability(int capability) {
186 if (capability < MIN_NET_CAPABILITY || capability > MAX_NET_CAPABILITY) {
Robert Greenwalt1448f052014-04-08 13:41:39 -0700187 throw new IllegalArgumentException("NetworkCapability out of range");
188 }
Robert Greenwalt7569f182014-06-08 16:42:59 -0700189 mNetworkCapabilities &= ~(1 << capability);
190 return this;
Robert Greenwalt1448f052014-04-08 13:41:39 -0700191 }
Robert Greenwalt01d004e2014-05-18 15:24:21 -0700192
193 /**
194 * Gets all the capabilities set on this {@code NetworkCapability} instance.
195 *
Robert Greenwalt7569f182014-06-08 16:42:59 -0700196 * @return an array of {@code NetworkCapabilities.NET_CAPABILITY_*} values
Robert Greenwalt01d004e2014-05-18 15:24:21 -0700197 * for this instance.
Robert Greenwalt7569f182014-06-08 16:42:59 -0700198 * @hide
Robert Greenwalt01d004e2014-05-18 15:24:21 -0700199 */
Robert Greenwalt7569f182014-06-08 16:42:59 -0700200 public int[] getCapabilities() {
Robert Greenwalt1448f052014-04-08 13:41:39 -0700201 return enumerateBits(mNetworkCapabilities);
202 }
Robert Greenwalt01d004e2014-05-18 15:24:21 -0700203
204 /**
205 * Tests for the presence of a capabilitity on this instance.
206 *
Robert Greenwalt7569f182014-06-08 16:42:59 -0700207 * @param capability the {@code NetworkCapabilities.NET_CAPABILITY_*} to be tested for.
Robert Greenwalt01d004e2014-05-18 15:24:21 -0700208 * @return {@code true} if set on this instance.
209 */
Robert Greenwalt7569f182014-06-08 16:42:59 -0700210 public boolean hasCapability(int capability) {
211 if (capability < MIN_NET_CAPABILITY || capability > MAX_NET_CAPABILITY) {
Robert Greenwalt5c55e332014-05-08 00:02:04 -0700212 return false;
213 }
Robert Greenwalt7569f182014-06-08 16:42:59 -0700214 return ((mNetworkCapabilities & (1 << capability)) != 0);
Robert Greenwalt5c55e332014-05-08 00:02:04 -0700215 }
Robert Greenwalt1448f052014-04-08 13:41:39 -0700216
Robert Greenwalt7569f182014-06-08 16:42:59 -0700217 private int[] enumerateBits(long val) {
218 int size = Long.bitCount(val);
219 int[] result = new int[size];
220 int index = 0;
Robert Greenwalt1448f052014-04-08 13:41:39 -0700221 int resource = 0;
222 while (val > 0) {
Robert Greenwalt7569f182014-06-08 16:42:59 -0700223 if ((val & 1) == 1) result[index++] = resource;
Robert Greenwalt1448f052014-04-08 13:41:39 -0700224 val = val >> 1;
225 resource++;
226 }
227 return result;
228 }
229
230 private void combineNetCapabilities(NetworkCapabilities nc) {
231 this.mNetworkCapabilities |= nc.mNetworkCapabilities;
232 }
233
234 private boolean satisfiedByNetCapabilities(NetworkCapabilities nc) {
235 return ((nc.mNetworkCapabilities & this.mNetworkCapabilities) == this.mNetworkCapabilities);
236 }
237
238 private boolean equalsNetCapabilities(NetworkCapabilities nc) {
239 return (nc.mNetworkCapabilities == this.mNetworkCapabilities);
240 }
241
242 /**
243 * Representing the transport type. Apps should generally not care about transport. A
244 * request for a fast internet connection could be satisfied by a number of different
245 * transports. If any are specified here it will be satisfied a Network that matches
246 * any of them. If a caller doesn't care about the transport it should not specify any.
247 */
248 private long mTransportTypes;
249
250 /**
Robert Greenwalt01d004e2014-05-18 15:24:21 -0700251 * Indicates this network uses a Cellular transport.
Robert Greenwalt1448f052014-04-08 13:41:39 -0700252 */
253 public static final int TRANSPORT_CELLULAR = 0;
Robert Greenwalt01d004e2014-05-18 15:24:21 -0700254
255 /**
256 * Indicates this network uses a Wi-Fi transport.
257 */
Robert Greenwalt1448f052014-04-08 13:41:39 -0700258 public static final int TRANSPORT_WIFI = 1;
Robert Greenwalt01d004e2014-05-18 15:24:21 -0700259
260 /**
261 * Indicates this network uses a Bluetooth transport.
262 */
Robert Greenwalt1448f052014-04-08 13:41:39 -0700263 public static final int TRANSPORT_BLUETOOTH = 2;
Robert Greenwalt01d004e2014-05-18 15:24:21 -0700264
265 /**
266 * Indicates this network uses an Ethernet transport.
267 */
Robert Greenwalt1448f052014-04-08 13:41:39 -0700268 public static final int TRANSPORT_ETHERNET = 3;
269
Paul Jensen6bc2c2c2014-05-07 15:27:40 -0400270 /**
271 * Indicates this network uses a VPN transport.
272 */
273 public static final int TRANSPORT_VPN = 4;
274
Robert Greenwalt1448f052014-04-08 13:41:39 -0700275 private static final int MIN_TRANSPORT = TRANSPORT_CELLULAR;
Paul Jensen6bc2c2c2014-05-07 15:27:40 -0400276 private static final int MAX_TRANSPORT = TRANSPORT_VPN;
Robert Greenwalt1448f052014-04-08 13:41:39 -0700277
Robert Greenwalt01d004e2014-05-18 15:24:21 -0700278 /**
279 * Adds the given transport type to this {@code NetworkCapability} instance.
280 * Multiple transports may be applied sequentially. Note that when searching
281 * for a network to satisfy a request, any listed in the request will satisfy the request.
282 * For example {@code TRANSPORT_WIFI} and {@code TRANSPORT_ETHERNET} added to a
283 * {@code NetworkCapabilities} would cause either a Wi-Fi network or an Ethernet network
284 * to be selected. This is logically different than
285 * {@code NetworkCapabilities.NET_CAPABILITY_*} listed above.
286 *
287 * @param transportType the {@code NetworkCapabilities.TRANSPORT_*} to be added.
Robert Greenwalt7569f182014-06-08 16:42:59 -0700288 * @return This NetworkCapability to facilitate chaining.
289 * @hide
Robert Greenwalt01d004e2014-05-18 15:24:21 -0700290 */
Robert Greenwalt7569f182014-06-08 16:42:59 -0700291 public NetworkCapabilities addTransportType(int transportType) {
Robert Greenwalt1448f052014-04-08 13:41:39 -0700292 if (transportType < MIN_TRANSPORT || transportType > MAX_TRANSPORT) {
293 throw new IllegalArgumentException("TransportType out of range");
294 }
295 mTransportTypes |= 1 << transportType;
Robert Greenwalt5f90bcc2014-07-09 17:25:41 -0700296 setNetworkSpecifier(mNetworkSpecifier); // used for exception checking
Robert Greenwalt7569f182014-06-08 16:42:59 -0700297 return this;
Robert Greenwalt1448f052014-04-08 13:41:39 -0700298 }
Robert Greenwalt01d004e2014-05-18 15:24:21 -0700299
300 /**
301 * Removes (if found) the given transport from this {@code NetworkCapability} instance.
302 *
303 * @param transportType the {@code NetworkCapabilities.TRANSPORT_*} to be removed.
Robert Greenwalt7569f182014-06-08 16:42:59 -0700304 * @return This NetworkCapability to facilitate chaining.
305 * @hide
Robert Greenwalt01d004e2014-05-18 15:24:21 -0700306 */
Robert Greenwalt7569f182014-06-08 16:42:59 -0700307 public NetworkCapabilities removeTransportType(int transportType) {
Robert Greenwalt1448f052014-04-08 13:41:39 -0700308 if (transportType < MIN_TRANSPORT || transportType > MAX_TRANSPORT) {
309 throw new IllegalArgumentException("TransportType out of range");
310 }
311 mTransportTypes &= ~(1 << transportType);
Robert Greenwalt5f90bcc2014-07-09 17:25:41 -0700312 setNetworkSpecifier(mNetworkSpecifier); // used for exception checking
Robert Greenwalt7569f182014-06-08 16:42:59 -0700313 return this;
Robert Greenwalt1448f052014-04-08 13:41:39 -0700314 }
Robert Greenwalt01d004e2014-05-18 15:24:21 -0700315
316 /**
317 * Gets all the transports set on this {@code NetworkCapability} instance.
318 *
Robert Greenwalt7569f182014-06-08 16:42:59 -0700319 * @return an array of {@code NetworkCapabilities.TRANSPORT_*} values
Robert Greenwalt01d004e2014-05-18 15:24:21 -0700320 * for this instance.
Robert Greenwalt7569f182014-06-08 16:42:59 -0700321 * @hide
Robert Greenwalt01d004e2014-05-18 15:24:21 -0700322 */
Robert Greenwalt7569f182014-06-08 16:42:59 -0700323 public int[] getTransportTypes() {
Robert Greenwalt1448f052014-04-08 13:41:39 -0700324 return enumerateBits(mTransportTypes);
325 }
Robert Greenwalt01d004e2014-05-18 15:24:21 -0700326
327 /**
328 * Tests for the presence of a transport on this instance.
329 *
330 * @param transportType the {@code NetworkCapabilities.TRANSPORT_*} to be tested for.
331 * @return {@code true} if set on this instance.
332 */
Robert Greenwalt5c55e332014-05-08 00:02:04 -0700333 public boolean hasTransport(int transportType) {
334 if (transportType < MIN_TRANSPORT || transportType > MAX_TRANSPORT) {
335 return false;
336 }
337 return ((mTransportTypes & (1 << transportType)) != 0);
338 }
Robert Greenwalt1448f052014-04-08 13:41:39 -0700339
340 private void combineTransportTypes(NetworkCapabilities nc) {
341 this.mTransportTypes |= nc.mTransportTypes;
342 }
343 private boolean satisfiedByTransportTypes(NetworkCapabilities nc) {
344 return ((this.mTransportTypes == 0) ||
345 ((this.mTransportTypes & nc.mTransportTypes) != 0));
346 }
347 private boolean equalsTransportTypes(NetworkCapabilities nc) {
348 return (nc.mTransportTypes == this.mTransportTypes);
349 }
350
351 /**
352 * Passive link bandwidth. This is a rough guide of the expected peak bandwidth
353 * for the first hop on the given transport. It is not measured, but may take into account
354 * link parameters (Radio technology, allocated channels, etc).
355 */
356 private int mLinkUpBandwidthKbps;
357 private int mLinkDownBandwidthKbps;
358
Robert Greenwalt01d004e2014-05-18 15:24:21 -0700359 /**
360 * Sets the upstream bandwidth for this network in Kbps. This always only refers to
361 * the estimated first hop transport bandwidth.
362 * <p>
363 * Note that when used to request a network, this specifies the minimum acceptable.
364 * When received as the state of an existing network this specifies the typical
365 * first hop bandwidth expected. This is never measured, but rather is inferred
366 * from technology type and other link parameters. It could be used to differentiate
367 * between very slow 1xRTT cellular links and other faster networks or even between
368 * 802.11b vs 802.11AC wifi technologies. It should not be used to differentiate between
369 * fast backhauls and slow backhauls.
370 *
371 * @param upKbps the estimated first hop upstream (device to network) bandwidth.
Robert Greenwalt7569f182014-06-08 16:42:59 -0700372 * @hide
Robert Greenwalt01d004e2014-05-18 15:24:21 -0700373 */
Robert Greenwalt1448f052014-04-08 13:41:39 -0700374 public void setLinkUpstreamBandwidthKbps(int upKbps) {
375 mLinkUpBandwidthKbps = upKbps;
376 }
Robert Greenwalt01d004e2014-05-18 15:24:21 -0700377
378 /**
379 * Retrieves the upstream bandwidth for this network in Kbps. This always only refers to
380 * the estimated first hop transport bandwidth.
381 *
382 * @return The estimated first hop upstream (device to network) bandwidth.
383 */
Robert Greenwalt1448f052014-04-08 13:41:39 -0700384 public int getLinkUpstreamBandwidthKbps() {
385 return mLinkUpBandwidthKbps;
386 }
Robert Greenwalt01d004e2014-05-18 15:24:21 -0700387
388 /**
389 * Sets the downstream bandwidth for this network in Kbps. This always only refers to
390 * the estimated first hop transport bandwidth.
391 * <p>
392 * Note that when used to request a network, this specifies the minimum acceptable.
393 * When received as the state of an existing network this specifies the typical
394 * first hop bandwidth expected. This is never measured, but rather is inferred
395 * from technology type and other link parameters. It could be used to differentiate
396 * between very slow 1xRTT cellular links and other faster networks or even between
397 * 802.11b vs 802.11AC wifi technologies. It should not be used to differentiate between
398 * fast backhauls and slow backhauls.
399 *
400 * @param downKbps the estimated first hop downstream (network to device) bandwidth.
Robert Greenwalt7569f182014-06-08 16:42:59 -0700401 * @hide
Robert Greenwalt01d004e2014-05-18 15:24:21 -0700402 */
Robert Greenwalt1448f052014-04-08 13:41:39 -0700403 public void setLinkDownstreamBandwidthKbps(int downKbps) {
404 mLinkDownBandwidthKbps = downKbps;
405 }
Robert Greenwalt01d004e2014-05-18 15:24:21 -0700406
407 /**
408 * Retrieves the downstream bandwidth for this network in Kbps. This always only refers to
409 * the estimated first hop transport bandwidth.
410 *
411 * @return The estimated first hop downstream (network to device) bandwidth.
412 */
Robert Greenwalt1448f052014-04-08 13:41:39 -0700413 public int getLinkDownstreamBandwidthKbps() {
414 return mLinkDownBandwidthKbps;
415 }
416
417 private void combineLinkBandwidths(NetworkCapabilities nc) {
418 this.mLinkUpBandwidthKbps =
419 Math.max(this.mLinkUpBandwidthKbps, nc.mLinkUpBandwidthKbps);
420 this.mLinkDownBandwidthKbps =
421 Math.max(this.mLinkDownBandwidthKbps, nc.mLinkDownBandwidthKbps);
422 }
423 private boolean satisfiedByLinkBandwidths(NetworkCapabilities nc) {
424 return !(this.mLinkUpBandwidthKbps > nc.mLinkUpBandwidthKbps ||
425 this.mLinkDownBandwidthKbps > nc.mLinkDownBandwidthKbps);
426 }
427 private boolean equalsLinkBandwidths(NetworkCapabilities nc) {
428 return (this.mLinkUpBandwidthKbps == nc.mLinkUpBandwidthKbps &&
429 this.mLinkDownBandwidthKbps == nc.mLinkDownBandwidthKbps);
430 }
431
Robert Greenwalt5f90bcc2014-07-09 17:25:41 -0700432 private String mNetworkSpecifier;
433 /**
434 * Sets the optional bearer specific network specifier.
435 * This has no meaning if a single transport is also not specified, so calling
436 * this without a single transport set will generate an exception, as will
437 * subsequently adding or removing transports after this is set.
438 * </p>
439 * The interpretation of this {@code String} is bearer specific and bearers that use
440 * it should document their particulars. For example, Bluetooth may use some sort of
Robert Greenwalt94badcc2014-07-10 14:53:24 -0700441 * device id while WiFi could used SSID and/or BSSID. Cellular may use carrier SPN (name)
442 * or Subscription ID.
Robert Greenwalt5f90bcc2014-07-09 17:25:41 -0700443 *
444 * @param networkSpecifier An {@code String} of opaque format used to specify the bearer
445 * specific network specifier where the bearer has a choice of
446 * networks.
447 * @hide
448 */
449 public void setNetworkSpecifier(String networkSpecifier) {
450 if (TextUtils.isEmpty(networkSpecifier) == false && Long.bitCount(mTransportTypes) != 1) {
451 throw new IllegalStateException("Must have a single transport specified to use " +
452 "setNetworkSpecifier");
453 }
454 mNetworkSpecifier = networkSpecifier;
455 }
456
457 /**
458 * Gets the optional bearer specific network specifier.
459 *
460 * @return The optional {@code String} specifying the bearer specific network specifier.
461 * See {@link #setNetworkSpecifier}.
462 * @hide
463 */
464 public String getNetworkSpecifier() {
465 return mNetworkSpecifier;
466 }
467
468 private void combineSpecifiers(NetworkCapabilities nc) {
469 String otherSpecifier = nc.getNetworkSpecifier();
470 if (TextUtils.isEmpty(otherSpecifier)) return;
471 if (TextUtils.isEmpty(mNetworkSpecifier) == false) {
472 throw new IllegalStateException("Can't combine two networkSpecifiers");
473 }
474 setNetworkSpecifier(otherSpecifier);
475 }
476 private boolean satisfiedBySpecifier(NetworkCapabilities nc) {
477 return (TextUtils.isEmpty(mNetworkSpecifier) ||
478 mNetworkSpecifier.equals(nc.mNetworkSpecifier));
479 }
480 private boolean equalsSpecifier(NetworkCapabilities nc) {
481 if (TextUtils.isEmpty(mNetworkSpecifier)) {
482 return TextUtils.isEmpty(nc.mNetworkSpecifier);
483 } else {
484 return mNetworkSpecifier.equals(nc.mNetworkSpecifier);
485 }
486 }
487
Robert Greenwalt1448f052014-04-08 13:41:39 -0700488 /**
489 * Combine a set of Capabilities to this one. Useful for coming up with the complete set
490 * {@hide}
491 */
492 public void combineCapabilities(NetworkCapabilities nc) {
493 combineNetCapabilities(nc);
494 combineTransportTypes(nc);
495 combineLinkBandwidths(nc);
Robert Greenwalt5f90bcc2014-07-09 17:25:41 -0700496 combineSpecifiers(nc);
Robert Greenwalt1448f052014-04-08 13:41:39 -0700497 }
498
499 /**
500 * Check if our requirements are satisfied by the given Capabilities.
501 * {@hide}
502 */
503 public boolean satisfiedByNetworkCapabilities(NetworkCapabilities nc) {
Robert Greenwalt5c55e332014-05-08 00:02:04 -0700504 return (nc != null &&
505 satisfiedByNetCapabilities(nc) &&
Robert Greenwalt1448f052014-04-08 13:41:39 -0700506 satisfiedByTransportTypes(nc) &&
Robert Greenwalt5f90bcc2014-07-09 17:25:41 -0700507 satisfiedByLinkBandwidths(nc) &&
508 satisfiedBySpecifier(nc));
Robert Greenwalt1448f052014-04-08 13:41:39 -0700509 }
510
511 @Override
512 public boolean equals(Object obj) {
513 if (obj == null || (obj instanceof NetworkCapabilities == false)) return false;
514 NetworkCapabilities that = (NetworkCapabilities)obj;
515 return (equalsNetCapabilities(that) &&
516 equalsTransportTypes(that) &&
Robert Greenwalt5f90bcc2014-07-09 17:25:41 -0700517 equalsLinkBandwidths(that) &&
518 equalsSpecifier(that));
Robert Greenwalt1448f052014-04-08 13:41:39 -0700519 }
520
521 @Override
522 public int hashCode() {
523 return ((int)(mNetworkCapabilities & 0xFFFFFFFF) +
524 ((int)(mNetworkCapabilities >> 32) * 3) +
525 ((int)(mTransportTypes & 0xFFFFFFFF) * 5) +
526 ((int)(mTransportTypes >> 32) * 7) +
527 (mLinkUpBandwidthKbps * 11) +
Robert Greenwalt5f90bcc2014-07-09 17:25:41 -0700528 (mLinkDownBandwidthKbps * 13) +
529 (TextUtils.isEmpty(mNetworkSpecifier) ? 0 : mNetworkSpecifier.hashCode() * 17));
Robert Greenwalt1448f052014-04-08 13:41:39 -0700530 }
531
Wink Saville4e2dea72014-09-20 11:04:03 -0700532 @Override
Robert Greenwalt1448f052014-04-08 13:41:39 -0700533 public int describeContents() {
534 return 0;
535 }
Wink Saville4e2dea72014-09-20 11:04:03 -0700536 @Override
Robert Greenwalt1448f052014-04-08 13:41:39 -0700537 public void writeToParcel(Parcel dest, int flags) {
538 dest.writeLong(mNetworkCapabilities);
539 dest.writeLong(mTransportTypes);
540 dest.writeInt(mLinkUpBandwidthKbps);
541 dest.writeInt(mLinkDownBandwidthKbps);
Robert Greenwalt5f90bcc2014-07-09 17:25:41 -0700542 dest.writeString(mNetworkSpecifier);
Robert Greenwalt1448f052014-04-08 13:41:39 -0700543 }
544 public static final Creator<NetworkCapabilities> CREATOR =
545 new Creator<NetworkCapabilities>() {
Wink Saville4e2dea72014-09-20 11:04:03 -0700546 @Override
Robert Greenwalt1448f052014-04-08 13:41:39 -0700547 public NetworkCapabilities createFromParcel(Parcel in) {
548 NetworkCapabilities netCap = new NetworkCapabilities();
549
550 netCap.mNetworkCapabilities = in.readLong();
551 netCap.mTransportTypes = in.readLong();
552 netCap.mLinkUpBandwidthKbps = in.readInt();
553 netCap.mLinkDownBandwidthKbps = in.readInt();
Robert Greenwalt5f90bcc2014-07-09 17:25:41 -0700554 netCap.mNetworkSpecifier = in.readString();
Robert Greenwalt1448f052014-04-08 13:41:39 -0700555 return netCap;
556 }
Wink Saville4e2dea72014-09-20 11:04:03 -0700557 @Override
Robert Greenwalt1448f052014-04-08 13:41:39 -0700558 public NetworkCapabilities[] newArray(int size) {
559 return new NetworkCapabilities[size];
560 }
561 };
562
Wink Saville4e2dea72014-09-20 11:04:03 -0700563 @Override
Robert Greenwalt1448f052014-04-08 13:41:39 -0700564 public String toString() {
Robert Greenwalt7569f182014-06-08 16:42:59 -0700565 int[] types = getTransportTypes();
566 String transports = (types.length > 0 ? " Transports: " : "");
567 for (int i = 0; i < types.length;) {
568 switch (types[i]) {
Robert Greenwalt1448f052014-04-08 13:41:39 -0700569 case TRANSPORT_CELLULAR: transports += "CELLULAR"; break;
570 case TRANSPORT_WIFI: transports += "WIFI"; break;
571 case TRANSPORT_BLUETOOTH: transports += "BLUETOOTH"; break;
572 case TRANSPORT_ETHERNET: transports += "ETHERNET"; break;
Paul Jensen6bc2c2c2014-05-07 15:27:40 -0400573 case TRANSPORT_VPN: transports += "VPN"; break;
Robert Greenwalt1448f052014-04-08 13:41:39 -0700574 }
Robert Greenwalt7569f182014-06-08 16:42:59 -0700575 if (++i < types.length) transports += "|";
Robert Greenwalt1448f052014-04-08 13:41:39 -0700576 }
577
Robert Greenwalt7569f182014-06-08 16:42:59 -0700578 types = getCapabilities();
579 String capabilities = (types.length > 0 ? " Capabilities: " : "");
580 for (int i = 0; i < types.length; ) {
581 switch (types[i]) {
Robert Greenwalt1448f052014-04-08 13:41:39 -0700582 case NET_CAPABILITY_MMS: capabilities += "MMS"; break;
583 case NET_CAPABILITY_SUPL: capabilities += "SUPL"; break;
584 case NET_CAPABILITY_DUN: capabilities += "DUN"; break;
585 case NET_CAPABILITY_FOTA: capabilities += "FOTA"; break;
586 case NET_CAPABILITY_IMS: capabilities += "IMS"; break;
587 case NET_CAPABILITY_CBS: capabilities += "CBS"; break;
588 case NET_CAPABILITY_WIFI_P2P: capabilities += "WIFI_P2P"; break;
589 case NET_CAPABILITY_IA: capabilities += "IA"; break;
590 case NET_CAPABILITY_RCS: capabilities += "RCS"; break;
591 case NET_CAPABILITY_XCAP: capabilities += "XCAP"; break;
592 case NET_CAPABILITY_EIMS: capabilities += "EIMS"; break;
593 case NET_CAPABILITY_NOT_METERED: capabilities += "NOT_METERED"; break;
594 case NET_CAPABILITY_INTERNET: capabilities += "INTERNET"; break;
595 case NET_CAPABILITY_NOT_RESTRICTED: capabilities += "NOT_RESTRICTED"; break;
Robert Greenwalt16e12ab2014-07-08 15:31:37 -0700596 case NET_CAPABILITY_TRUSTED: capabilities += "TRUSTED"; break;
Paul Jensen6bc2c2c2014-05-07 15:27:40 -0400597 case NET_CAPABILITY_NOT_VPN: capabilities += "NOT_VPN"; break;
Robert Greenwalt1448f052014-04-08 13:41:39 -0700598 }
Robert Greenwalt7569f182014-06-08 16:42:59 -0700599 if (++i < types.length) capabilities += "&";
Robert Greenwalt1448f052014-04-08 13:41:39 -0700600 }
601
602 String upBand = ((mLinkUpBandwidthKbps > 0) ? " LinkUpBandwidth>=" +
603 mLinkUpBandwidthKbps + "Kbps" : "");
604 String dnBand = ((mLinkDownBandwidthKbps > 0) ? " LinkDnBandwidth>=" +
605 mLinkDownBandwidthKbps + "Kbps" : "");
606
Robert Greenwalt5f90bcc2014-07-09 17:25:41 -0700607 String specifier = (mNetworkSpecifier == null ?
608 "" : " Specifier: <" + mNetworkSpecifier + ">");
609
610 return "[" + transports + capabilities + upBand + dnBand + specifier + "]";
Robert Greenwalt1448f052014-04-08 13:41:39 -0700611 }
612}