/aosp12/packages/modules/Connectivity/framework/src/android/net/ |
H A D | NetworkState.java | 39 public final LinkProperties linkProperties; field in NetworkState 55 public NetworkState(int legacyNetworkType, @NonNull LinkProperties linkProperties, in NetworkState() 63 public NetworkState(@NonNull NetworkInfo networkInfo, @NonNull LinkProperties linkProperties, in NetworkState() 71 @NonNull LinkProperties linkProperties, in NetworkState()
|
H A D | ConnectivityDiagnosticsManager.java | 249 @NonNull LinkProperties linkProperties, in ConnectivityReport() 470 @NonNull LinkProperties linkProperties, in DataStallReport()
|
/aosp12/packages/modules/Connectivity/core/java/android/net/ |
H A D | NetworkState.java | 30 public final LinkProperties linkProperties; field in NetworkState 36 public NetworkState(NetworkInfo networkInfo, LinkProperties linkProperties, in NetworkState() 41 public NetworkState(NetworkInfo networkInfo, LinkProperties linkProperties, in NetworkState()
|
H A D | IpConfiguration.java | 62 public LinkProperties linkProperties; field in IpConfiguration 82 LinkProperties linkProperties) { in IpConfiguration()
|
H A D | NetworkAgent.java | 170 public void sendLinkProperties(LinkProperties linkProperties) { in sendLinkProperties()
|
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
H A D | UpstreamNetworkState.java | 31 public final LinkProperties linkProperties; field in UpstreamNetworkState 38 public UpstreamNetworkState(LinkProperties linkProperties, in UpstreamNetworkState()
|
/aosp12/packages/modules/Connectivity/tests/common/java/android/net/ |
H A D | ConnectivityDiagnosticsManagerTest.java | 95 final LinkProperties linkProperties = new LinkProperties(); in createSampleConnectivityReport() local 157 final LinkProperties linkProperties = sampleReport.getLinkProperties(); in testConnectivityReportEquals() local 209 final LinkProperties linkProperties = new LinkProperties(); in createSampleDataStallReport() local 244 final LinkProperties linkProperties = sampleReport.getLinkProperties(); in testDataStallReportEquals() local
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | PreciseDataConnectionState.java | 81 @Nullable LinkProperties linkProperties, in PreciseDataConnectionState() 107 @Nullable LinkProperties linkProperties, @DataFailureCause int failCause, in PreciseDataConnectionState() 415 public @NonNull Builder setLinkProperties(LinkProperties linkProperties) { in setLinkProperties()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/wifi/details/ |
H A D | WifiDnsPreferenceController.java | 45 LinkProperties linkProperties = getWifiInfoProvider().getLinkProperties(); in updateState() local
|
H A D | WifiGatewayPreferenceController.java | 45 LinkProperties linkProperties = getWifiInfoProvider().getLinkProperties(); in updateState() local
|
H A D | WifiIpAddressPreferenceController.java | 45 LinkProperties linkProperties = getWifiInfoProvider().getLinkProperties(); in updateState() local
|
H A D | WifiIpv6AddressPreferenceController.java | 49 LinkProperties linkProperties = getWifiInfoProvider().getLinkProperties(); in updateState() local
|
H A D | WifiSubnetPreferenceController.java | 46 LinkProperties linkProperties = getWifiInfoProvider().getLinkProperties(); in updateState() local
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
H A D | DataConnectionTest.java | 444 private SetupResult setLinkProperties(DataCallResponse response, LinkProperties linkProperties) in setLinkProperties() 1053 LinkProperties linkProperties = new LinkProperties(); in testSetLinkProperties() local 1107 LinkProperties linkProperties = new LinkProperties(); in testSetLinkPropertiesEmptyAddress() local 1132 LinkProperties linkProperties = new LinkProperties(); in testSetLinkPropertiesEmptyDns() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/vcn/ |
H A D | UnderlyingNetworkTracker.java | 517 @NonNull Network network, @NonNull LinkProperties linkProperties) { in onLinkPropertiesChanged() 571 @NonNull public final LinkProperties linkProperties; field in UnderlyingNetworkTracker.UnderlyingNetworkRecord 578 @NonNull LinkProperties linkProperties, in UnderlyingNetworkRecord() 739 private void setLinkProperties(@NonNull LinkProperties linkProperties) { in setLinkProperties()
|
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/net/ |
H A D | IkeNetworkCallbackBase.java | 57 public void onLinkPropertiesChanged(Network network, LinkProperties linkProperties) { in onLinkPropertiesChanged()
|
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/net/ |
H A D | IkeDefaultNetworkCallbackTest.java | 131 LinkProperties linkProperties = new LinkProperties(); in getLinkPropertiesWithAddresses() local
|
/aosp12/packages/modules/Connectivity/services/core/java/com/android/server/connectivity/ |
H A D | NetworkAgentInfo.java | 43 public LinkProperties linkProperties; field in NetworkAgentInfo
|
/aosp12/frameworks/base/telephony/java/android/telephony/data/ |
H A D | DataService.java | 171 @SetupDataReason int reason, @Nullable LinkProperties linkProperties, in setupDataCall() 220 @Nullable LinkProperties linkProperties, in setupDataCall() 419 public final LinkProperties linkProperties; field in DataService.SetupDataCallRequest 426 boolean allowRoaming, int reason, LinkProperties linkProperties, int pduSessionId, in SetupDataCallRequest() 714 LinkProperties linkProperties, int pduSessionId, NetworkSliceInfo sliceInfo, in setupDataCall()
|
/aosp12/frameworks/base/core/java/android/net/ |
H A D | NetworkStateSnapshot.java | 65 @NonNull LinkProperties linkProperties, in NetworkStateSnapshot()
|
/aosp12/packages/services/Iwlan/src/com/google/android/iwlan/ |
H A D | IwlanDataService.java | 136 public void onLinkPropertiesChanged(Network network, LinkProperties linkProperties) { in onLinkPropertiesChanged() 341 public void onOpened(String apnName, TunnelLinkProperties linkProperties) { in onOpened() 800 @Nullable LinkProperties linkProperties, in setupDataCall() 1005 TunnelLinkProperties linkProperties, in setTunnelState() 1221 static boolean isLinkProtocolTypeChanged(LinkProperties linkProperties) { in isLinkProtocolTypeChanged()
|
/aosp12/frameworks/opt/net/ethernet/java/com/android/server/ethernet/ |
H A D | EthernetNetworkFactory.java | 463 void onIpLayerStarted(LinkProperties linkProperties) { in onIpLayerStarted() 493 void onIpLayerStopped(LinkProperties linkProperties) { in onIpLayerStopped() 504 void updateLinkProperties(LinkProperties linkProperties) { in updateLinkProperties()
|
/aosp12/frameworks/base/core/java/android/net/vcn/ |
H A D | VcnManager.java | 273 @NonNull LinkProperties linkProperties) { in getUnderlyingNetworkPolicy() 393 @NonNull LinkProperties linkProperties) { in applyVcnNetworkPolicy()
|
/aosp12/packages/modules/Connectivity/tests/integration/util/com/android/server/ |
H A D | NetworkAgentWrapper.java | 84 public NetworkAgentWrapper(int transport, LinkProperties linkProperties, in NetworkAgentWrapper() 130 protected InstrumentedNetworkAgent makeNetworkAgent(LinkProperties linkProperties, in makeNetworkAgent()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/ |
H A D | OsuNetworkConnection.java | 259 public void onLinkPropertiesChanged(Network network, LinkProperties linkProperties) { in onLinkPropertiesChanged()
|