Home
last modified time | relevance | path

Searched defs:linkProperties (Results 1 – 25 of 70) sorted by relevance

123

/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DNetworkState.java39 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 DConnectivityDiagnosticsManager.java249 @NonNull LinkProperties linkProperties, in ConnectivityReport()
470 @NonNull LinkProperties linkProperties, in DataStallReport()
/aosp12/packages/modules/Connectivity/core/java/android/net/
H A DNetworkState.java30 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 DIpConfiguration.java62 public LinkProperties linkProperties; field in IpConfiguration
82 LinkProperties linkProperties) { in IpConfiguration()
H A DNetworkAgent.java170 public void sendLinkProperties(LinkProperties linkProperties) { in sendLinkProperties()
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DUpstreamNetworkState.java31 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 DConnectivityDiagnosticsManagerTest.java95 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 DPreciseDataConnectionState.java81 @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 DWifiDnsPreferenceController.java45 LinkProperties linkProperties = getWifiInfoProvider().getLinkProperties(); in updateState() local
H A DWifiGatewayPreferenceController.java45 LinkProperties linkProperties = getWifiInfoProvider().getLinkProperties(); in updateState() local
H A DWifiIpAddressPreferenceController.java45 LinkProperties linkProperties = getWifiInfoProvider().getLinkProperties(); in updateState() local
H A DWifiIpv6AddressPreferenceController.java49 LinkProperties linkProperties = getWifiInfoProvider().getLinkProperties(); in updateState() local
H A DWifiSubnetPreferenceController.java46 LinkProperties linkProperties = getWifiInfoProvider().getLinkProperties(); in updateState() local
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DDataConnectionTest.java444 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 DUnderlyingNetworkTracker.java517 @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 DIkeNetworkCallbackBase.java57 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 DIkeDefaultNetworkCallbackTest.java131 LinkProperties linkProperties = new LinkProperties(); in getLinkPropertiesWithAddresses() local
/aosp12/packages/modules/Connectivity/services/core/java/com/android/server/connectivity/
H A DNetworkAgentInfo.java43 public LinkProperties linkProperties; field in NetworkAgentInfo
/aosp12/frameworks/base/telephony/java/android/telephony/data/
H A DDataService.java171 @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 DNetworkStateSnapshot.java65 @NonNull LinkProperties linkProperties, in NetworkStateSnapshot()
/aosp12/packages/services/Iwlan/src/com/google/android/iwlan/
H A DIwlanDataService.java136 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 DEthernetNetworkFactory.java463 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 DVcnManager.java273 @NonNull LinkProperties linkProperties) { in getUnderlyingNetworkPolicy()
393 @NonNull LinkProperties linkProperties) { in applyVcnNetworkPolicy()
/aosp12/packages/modules/Connectivity/tests/integration/util/com/android/server/
H A DNetworkAgentWrapper.java84 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 DOsuNetworkConnection.java259 public void onLinkPropertiesChanged(Network network, LinkProperties linkProperties) { in onLinkPropertiesChanged()

123