Searched refs:mLinkProperties (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/com/android/server/net/ |
D | NetlinkTracker.java | 79 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/ |
D | PreciseDataConnectionState.java | 72 private final LinkProperties mLinkProperties; field in PreciseDataConnectionState 172 mLinkProperties = linkProperties; in PreciseDataConnectionState() 190 mLinkProperties = in.readParcelable( in PreciseDataConnectionState() 308 return mLinkProperties; in getLinkProperties() 380 out.writeParcelable(mLinkProperties, flags); in writeToParcel() 402 mLinkProperties, mApnSetting, mDefaultQos, mNetworkValidationStatus); in hashCode() 417 && Objects.equals(mLinkProperties, that.mLinkProperties) in equals() 435 sb.append(", link properties: ").append(mLinkProperties); in toString() 492 private @Nullable LinkProperties mLinkProperties; field in PreciseDataConnectionState.Builder 572 mLinkProperties = linkProperties; in setLinkProperties() [all …]
|
/frameworks/base/services/core/java/com/android/server/vcn/routeselection/ |
D | UnderlyingNetworkRecord.java | 98 @Nullable private LinkProperties mLinkProperties; field in UnderlyingNetworkRecord.Builder 121 mLinkProperties = linkProperties; in setLinkProperties() 130 return mNetworkCapabilities != null && mLinkProperties != null && mWasIsBlockedSet; in isValid() 140 mNetwork, mNetworkCapabilities, mLinkProperties, mIsBlocked); in build()
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | LockdownVpnTracker.java | 76 private LinkProperties mLinkProperties = null; field in LockdownVpnTracker.NetworkCallback 86 mLinkProperties = lp; in onLinkPropertiesChanged() 100 mLinkProperties = null; in onLost() 111 return mLinkProperties; in getLinkProperties()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/ |
D | DataNetwork.java | 645 private LinkProperties mLinkProperties; field in DataNetwork 1022 mLinkProperties = new LinkProperties(); in DataNetwork() 1630 mLinkProperties).isTeardownRequested()) { 1693 if (mVcnManager.applyVcnNetworkPolicy(mNetworkCapabilities, mLinkProperties) 2605 return mLinkProperties; 2834 if (!linkProperties.equals(mLinkProperties)) { 2838 && !isLinkPropertiesCompatible(mLinkProperties, linkProperties)) { 2840 + "network agent. Changed from " + mLinkProperties + " to " 2843 mLinkProperties = linkProperties; 2846 mLinkProperties = linkProperties; [all …]
|
/frameworks/base/services/core/java/com/android/server/ |
D | VcnManagementService.java | 1395 private final Map<Network, LinkProperties> mLinkProperties = new ArrayMap<>(); field in TrackingNetworkCallback 1407 mLinkProperties.put(network, lp); in onLinkPropertiesChanged() 1415 mLinkProperties.remove(network); in onLost() 1451 for (Entry<Network, LinkProperties> lpEntry : mLinkProperties.entrySet()) { in requiresRestartForImmutableCapabilityChanges()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 54255 Landroid/telephony/PreciseDataConnectionState;->mLinkProperties:Landroid/net/LinkProperties;
|