Home
last modified time | relevance | path

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

12345678910>>...20

/aosp_15_r20/packages/modules/Connectivity/framework/src/android/net/
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()
DConnectivityDiagnosticsManager.java249 @NonNull LinkProperties linkProperties, in ConnectivityReport()
470 @NonNull LinkProperties linkProperties, in DataStallReport()
/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/net/
DIkeConnectionController.java511 LinkProperties linkProperties = mConnectivityManager.getLinkProperties(mNetwork); in setUp() local
676 final LinkProperties linkProperties = mConnectivityManager.getLinkProperties(network); in onNetworkSetByUser() local
951 private void resolveAndSetAvailableRemoteAddresses(LinkProperties linkProperties) in resolveAndSetAvailableRemoteAddresses()
1011 private static boolean hasLocalIpV4Address(LinkProperties linkProperties) { in hasLocalIpV4Address()
1039 public void selectAndSetRemoteAddress(LinkProperties linkProperties) throws IOException { in selectAndSetRemoteAddress()
1170 Network oldNetwork, Network network, LinkProperties linkProperties) { in isDnsLookupRequiredWithGlobalRemoteAddress()
1219 LinkProperties linkProperties, in handleUnderlyingNetworkUpdated()
1366 LinkProperties linkProperties, in onUnderlyingNetworkUpdated()
/aosp_15_r20/packages/modules/Connectivity/tests/common/java/android/net/
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
DLinkPropertiesTest.java1191 final LinkProperties linkProperties = new LinkProperties(); in makeIpv4LinkProperties() local
1201 final LinkProperties linkProperties = new LinkProperties(); in makeIpv6LinkProperties() local
/aosp_15_r20/frameworks/base/packages/Vcn/service-b/src/com/android/server/vcn/routeselection/
H A DUnderlyingNetworkRecord.java40 @NonNull public final LinkProperties linkProperties; field in UnderlyingNetworkRecord
47 @NonNull LinkProperties linkProperties, in UnderlyingNetworkRecord()
120 void setLinkProperties(@NonNull LinkProperties linkProperties) { in setLinkProperties()
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/data/
H A DDataService.java185 @SetupDataReason int reason, @Nullable LinkProperties linkProperties, in setupDataCall()
235 @Nullable LinkProperties linkProperties, in setupDataCall()
492 public final LinkProperties linkProperties; field in DataService.SetupDataCallRequest
499 boolean allowRoaming, int reason, LinkProperties linkProperties, int pduSessionId, in SetupDataCallRequest()
820 LinkProperties linkProperties, int pduSessionId, NetworkSliceInfo sliceInfo, in setupDataCall()
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/
H A DPreciseDataConnectionState.java136 @Nullable LinkProperties linkProperties, in PreciseDataConnectionState()
164 @Nullable LinkProperties linkProperties, @DataFailureCause int failCause, in PreciseDataConnectionState()
571 public @NonNull Builder setLinkProperties(LinkProperties linkProperties) { in setLinkProperties()
/aosp_15_r20/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DUpstreamNetworkState.java31 public final LinkProperties linkProperties; field in UpstreamNetworkState
38 public UpstreamNetworkState(LinkProperties linkProperties, in UpstreamNetworkState()
/aosp_15_r20/packages/services/Iwlan/src/com/google/android/iwlan/
DIwlanDataService.java182 @NonNull Network network, @NonNull LinkProperties linkProperties) { in onLinkPropertiesChanged()
463 TunnelLinkProperties linkProperties, in onOpened()
820 @Nullable LinkProperties linkProperties, in setupDataCall()
1018 TunnelLinkProperties linkProperties, in setTunnelState()
1071 @Nullable Network network, @Nullable LinkProperties linkProperties) { in updateNetwork()
1660 LinkProperties linkProperties = connectivityManager.getLinkProperties(network); in setNetworkConnected() local
2070 @Nullable LinkProperties linkProperties, in handleSetupDataCall()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DPreciseDataConnectionStateBuilder.java18 private LinkProperties linkProperties; field in PreciseDataConnectionStateBuilder
43 public PreciseDataConnectionStateBuilder setLinkProperties(LinkProperties linkProperties) { in setLinkProperties()
/aosp_15_r20/external/cronet/base/android/java/src/org/chromium/base/compat/
H A DApiHelperForP.java31 public static boolean isPrivateDnsActive(LinkProperties linkProperties) { in isPrivateDnsActive()
36 public static String getPrivateDnsServerName(LinkProperties linkProperties) { in getPrivateDnsServerName()
/aosp_15_r20/packages/services/Car/tests/RailwayReferenceApp/src/com/google/android/car/networking/railway/
DCurrentEthernetNetworksViewModel.java106 LinkProperties linkProperties = mConnectivityManager.getLinkProperties(network); in getCurrentEthernetNetworksText() local
169 LinkProperties linkProperties) { in onLinkPropertiesChanged()
/aosp_15_r20/packages/modules/Connectivity/tests/integration/util/com/android/server/
DNetworkAgentWrapper.java116 public NetworkAgentWrapper(int transport, LinkProperties linkProperties, in NetworkAgentWrapper()
122 public NetworkAgentWrapper(int transport, LinkProperties linkProperties, in NetworkAgentWrapper()
179 protected InstrumentedNetworkAgent makeNetworkAgent(LinkProperties linkProperties, in makeNetworkAgent()
/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/
H A DNetworkMonitorAutoDetect.java129 public void onLinkPropertiesChanged(Network network, LinkProperties linkProperties) { in onLinkPropertiesChanged()
395 LinkProperties linkProperties = connectivityManager.getLinkProperties(network); in networkToInfo() local
481 IPAddress[] getIPAddresses(LinkProperties linkProperties) { in getIPAddresses()
/aosp_15_r20/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsSocketProvider.java290 LinkProperties linkProperties; in addOrUpdateInterfaceAddress() local
306 LinkProperties linkProperties; in deleteInterfaceAddress() local
461 final LinkProperties linkProperties = in createLPForTetheredInterface() local
/aosp_15_r20/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DWifiPickerTracker.java317 LinkProperties linkProperties = mConnectivityManager.getLinkProperties(currentNetwork); in handleOnStart() local
393 @NonNull Network network, @Nullable LinkProperties linkProperties) { in handleLinkPropertiesChanged()
734 LinkProperties linkProperties = in updateMergedCarrierEntry() local
DSavedNetworkTracker.java260 LinkProperties linkProperties = mConnectivityManager.getLinkProperties(currentNetwork); in handleOnStart() local
309 @NonNull Network network, @Nullable LinkProperties linkProperties) { in handleLinkPropertiesChanged()
/aosp_15_r20/frameworks/base/packages/Vcn/framework-b/src/android/net/vcn/
H A DVcnManager.java381 @NonNull LinkProperties linkProperties) { in getUnderlyingNetworkPolicy()
501 @NonNull LinkProperties linkProperties) { in applyVcnNetworkPolicy()
/aosp_15_r20/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DCaptivePortalLoginActivityTest.java767 final LinkProperties linkProperties = new LinkProperties(); in testVenueFriendlyNameTitle() local
1128 final LinkProperties linkProperties = new LinkProperties(); in testCaptivePortalUsingCustomTabs() local
1193 final LinkProperties linkProperties = new LinkProperties(); in testCaptivePortalUsingCustomTabs_setNetworkIsnotEnabled() local
/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java1083 TestNetworkAgentWrapper(int transport, LinkProperties linkProperties) in TestNetworkAgentWrapper()
1088 private TestNetworkAgentWrapper(int transport, LinkProperties linkProperties, in TestNetworkAgentWrapper()
1093 private TestNetworkAgentWrapper(int transport, LinkProperties linkProperties, in TestNetworkAgentWrapper()
1104 private TestNetworkAgentWrapper(int transport, LinkProperties linkProperties, in TestNetworkAgentWrapper()
1132 protected InstrumentedNetworkAgent makeNetworkAgent(LinkProperties linkProperties, in makeNetworkAgent()
/aosp_15_r20/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DIwlanNetworkStatusTracker.java525 public void onLinkPropertiesChanged(Network network, LinkProperties linkProperties) { in onLinkPropertiesChanged()
581 private void checkWifiLinkProtocolType(@NonNull LinkProperties linkProperties) { in checkWifiLinkProtocolType()
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDataPathStateManager.java716 LinkProperties linkProperties = new LinkProperties(); in handleAddressValidation() local
1658 NetworkCapabilities.Builder ncBuilder, LinkProperties linkProperties) { in configureAgentProperties()
1708 public boolean isAddressUsable(LinkProperties linkProperties) { in isAddressUsable()
/aosp_15_r20/frameworks/base/tests/vcn/java/com/android/server/vcn/routeselection/
H A DUnderlyingNetworkControllerTest.java233 LinkProperties linkProperties = new LinkProperties(); in getLinkPropertiesWithName() local
517 LinkProperties linkProperties, in getTestNetworkRecord()
/aosp_15_r20/packages/modules/Connectivity/service-t/src/com/android/server/ethernet/
DEthernetNetworkFactory.java499 private void handleOnProvisioningSuccess(@NonNull final LinkProperties linkProperties) { in handleOnProvisioningSuccess()
545 private void handleOnLinkPropertiesChange(LinkProperties linkProperties) { in handleOnLinkPropertiesChange()

12345678910>>...20