Home
last modified time | relevance | path

Searched refs:mLinkProperties (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/net/
DNetworkStateSnapshot.java48 private final LinkProperties mLinkProperties; field in NetworkStateSnapshot
69 mLinkProperties = Objects.requireNonNull(linkProperties); in NetworkStateSnapshot()
78 mLinkProperties = in.readParcelable(null); in NetworkStateSnapshot()
98 return mLinkProperties; in getLinkProperties()
124 out.writeParcelable(mLinkProperties, flags); in writeToParcel()
153 && Objects.equals(mLinkProperties, that.mLinkProperties) in equals()
160 mNetworkCapabilities, mLinkProperties, mSubscriberId, mLegacyType); in hashCode()
168 + ", linkProperties=" + mLinkProperties in toString()
/frameworks/base/core/java/com/android/server/net/
DNetlinkTracker.java79 private final LinkProperties mLinkProperties; field in NetlinkTracker
89 mLinkProperties = new LinkProperties(); in NetlinkTracker()
90 mLinkProperties.setInterfaceName(mInterfaceName); in NetlinkTracker()
126 changed = mLinkProperties.addLinkAddress(address); in addressUpdated()
140 changed = mLinkProperties.removeLinkAddress(address); in addressRemoved()
154 changed = mLinkProperties.addRoute(route); in routeUpdated()
168 changed = mLinkProperties.removeRoute(route); in routeRemoved()
183 mDnsServerRepository.setDnsServersOn(mLinkProperties); in interfaceDnsServerInfo()
195 return new LinkProperties(mLinkProperties); in getLinkProperties()
204 mLinkProperties.clear(); in clearLinkProperties()
[all …]
/frameworks/base/telephony/java/android/telephony/
DPreciseDataConnectionState.java65 private final LinkProperties mLinkProperties; field in PreciseDataConnectionState
113 mLinkProperties = linkProperties; in PreciseDataConnectionState()
128 mLinkProperties = in.readParcelable(LinkProperties.class.getClassLoader()); in PreciseDataConnectionState()
230 return mLinkProperties; in getLinkProperties()
277 out.writeParcelable(mLinkProperties, flags); in writeToParcel()
297 mLinkProperties, mApnSetting); in hashCode()
311 && Objects.equals(mLinkProperties, that.mLinkProperties) in equals()
326 sb.append(", link properties: " + mLinkProperties); in toString()
354 private @Nullable LinkProperties mLinkProperties = null; field in PreciseDataConnectionState.Builder
416 mLinkProperties = linkProperties; in setLinkProperties()
[all …]
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
DEthernetNetworkFactory.java259 private LinkProperties mLinkProperties = new LinkProperties(); field in NetworkInterfaceState
433 Log.w(TAG, "Network interface '" + mLinkProperties.getInterfaceName() + "' has no " in getNetworkScore()
469 mLinkProperties = linkProperties; in onIpLayerStarted()
478 NETWORK_TYPE, mCapabilities, mLinkProperties, in onIpLayerStarted()
505 mLinkProperties = linkProperties; in updateLinkProperties()
537 mLinkProperties.clear(); in stop()
545 mLinkProperties); in updateAgent()
548 mNetworkAgent.sendLinkProperties(mLinkProperties); in updateAgent()
610 + "linkProperties: " + mLinkProperties in toString()
/frameworks/base/services/core/java/com/android/server/net/
DLockdownVpnTracker.java76 private LinkProperties mLinkProperties = null; field in LockdownVpnTracker.NetworkCallback
86 mLinkProperties = lp; in onLinkPropertiesChanged()
100 mLinkProperties = null; in onLost()
111 return mLinkProperties; in getLinkProperties()
/frameworks/base/services/core/java/com/android/server/vcn/
DUnderlyingNetworkTracker.java714 @Nullable private LinkProperties mLinkProperties; field in UnderlyingNetworkTracker.Builder
740 mLinkProperties = linkProperties; in setLinkProperties()
751 return mNetworkCapabilities != null && mLinkProperties != null && mWasIsBlockedSet; in isValid()
763 mNetwork, mNetworkCapabilities, mLinkProperties, mIsBlocked); in build()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataConnection.java305 private LinkProperties mLinkProperties = new LinkProperties(); field in DataConnection
491 return new LinkProperties(mLinkProperties); in getLinkProperties()
543 mLinkProperties.setHttpProxy(proxy); in updateLinkPropertiesHttpProxy()
586 Collection <InetAddress> addresses = mLinkProperties.getAddresses(); in isIpv4Connected()
603 Collection <InetAddress> addresses = mLinkProperties.getAddresses(); in isIpv6Connected()
683 UpdateLinkPropertyResult result = new UpdateLinkPropertyResult(mLinkProperties); in updateLinkProperty()
696 result.newLp.setHttpProxy(mLinkProperties.getHttpProxy()); in updateLinkProperty()
700 mLinkProperties = result.newLp; in updateLinkProperty()
711 mNetworkAgent.sendLinkProperties(mLinkProperties, DataConnection.this); in updateLinkProperty()
1337 mLinkProperties = new LinkProperties(); in clearSettings()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt58221 Landroid/telephony/PreciseDataConnectionState;->mLinkProperties:Landroid/net/LinkProperties;