Home | History | Annotate | Download | only in data

Lines Matching defs:linkProperties

25 import android.net.LinkProperties;
150 * @param linkProperties If {@code reason} is {@link #REQUEST_REASON_HANDOVER}, this is the
157 @Nullable LinkProperties linkProperties,
169 * int, DataProfile, boolean, boolean, int, LinkProperties, DataServiceCallback)}.
265 public final LinkProperties linkProperties;
268 boolean allowRoaming, int reason, LinkProperties linkProperties,
274 this.linkProperties = linkProperties;
365 setupDataCallRequest.linkProperties,
493 LinkProperties linkProperties, IDataServiceCallback callback) {
496 allowRoaming, reason, linkProperties, callback))