Home
last modified time | relevance | path

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

123

/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()
/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()
/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
/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()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/net/
DIkeConnectionController.java508 LinkProperties linkProperties = mConnectivityManager.getLinkProperties(mNetwork); in setUp() local
673 final LinkProperties linkProperties = mConnectivityManager.getLinkProperties(network); in onNetworkSetByUser() local
948 private void resolveAndSetAvailableRemoteAddresses(LinkProperties linkProperties) in resolveAndSetAvailableRemoteAddresses()
1008 private static boolean hasLocalIpV4Address(LinkProperties linkProperties) { in hasLocalIpV4Address()
1031 public void selectAndSetRemoteAddress(LinkProperties linkProperties) throws IOException { in selectAndSetRemoteAddress()
1162 Network oldNetwork, Network network, LinkProperties linkProperties) { in isDnsLookupRequiredWithGlobalRemoteAddress()
1211 LinkProperties linkProperties, in handleUnderlyingNetworkUpdated()
1359 LinkProperties linkProperties, in onUnderlyingNetworkUpdated()
DIkeNetworkUpdater.java39 LinkProperties linkProperties, in onUnderlyingNetworkUpdated()
DIkeSpecificNetworkCallback.java64 @NonNull Network network, @NonNull LinkProperties linkProperties) { in onLinkPropertiesChanged()
DIkeDefaultNetworkCallback.java101 @NonNull Network network, @NonNull LinkProperties linkProperties) { in onLinkPropertiesChanged()
DIkeNetworkCallbackBase.java65 protected boolean isCurrentAddressLost(LinkProperties linkProperties) { in isCurrentAddressLost()
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/details/
DWifiGatewayPreferenceController.java45 LinkProperties linkProperties = getWifiInfoProvider().getLinkProperties(); in updateState() local
DWifiIpAddressPreferenceController.java45 LinkProperties linkProperties = getWifiInfoProvider().getLinkProperties(); in updateState() local
DWifiDnsPreferenceController.java45 LinkProperties linkProperties = getWifiInfoProvider().getLinkProperties(); in updateState() local
DWifiIpv6AddressPreferenceController.java49 LinkProperties linkProperties = getWifiInfoProvider().getLinkProperties(); in updateState() local
DWifiSubnetPreferenceController.java46 LinkProperties linkProperties = getWifiInfoProvider().getLinkProperties(); in updateState() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/about/
DMacAddressPreferenceController.java61 LinkProperties linkProperties = activeNetwork != null in updateConnectivity() local
/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()
/packages/modules/Connectivity/framework-t/src/android/net/
DNetworkStateSnapshot.java67 @NonNull LinkProperties linkProperties, in NetworkStateSnapshot()
/packages/services/Iwlan/src/com/google/android/iwlan/
DIwlanDataService.java197 @NonNull Network network, @NonNull LinkProperties linkProperties) { in onLinkPropertiesChanged()
481 public void onOpened(String apnName, TunnelLinkProperties linkProperties) { in onOpened()
847 @Nullable LinkProperties linkProperties, in setupDataCall()
1065 TunnelLinkProperties linkProperties, in setTunnelState()
1123 @Nullable Network network, @Nullable LinkProperties linkProperties) { in updateNetwork()
1668 LinkProperties linkProperties = setupDataCallData.mLinkProperties; in handleMessage() local
2174 LinkProperties linkProperties, in SetupDataCallData()
2330 LinkProperties linkProperties = connectivityManager.getLinkProperties(network); in setNetworkConnected() local
DIwlanHelper.java124 LinkProperties linkProperties = connectivityManager.getLinkProperties(network); in getAllAddressesForNetwork() local
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/net/
DIkeDefaultNetworkCallbackTest.java190 LinkProperties linkProperties = new LinkProperties(); in getLinkPropertiesWithAddresses() local
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsSocketProvider.java287 LinkProperties linkProperties; in addOrUpdateInterfaceAddress() local
303 LinkProperties linkProperties; in deleteInterfaceAddress() local
456 final LinkProperties linkProperties = in createLPForTetheredInterface() local
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DOsuNetworkConnection.java259 public void onLinkPropertiesChanged(Network network, LinkProperties linkProperties) { in onLinkPropertiesChanged()
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DIwlanNetworkStatusTracker.java523 public void onLinkPropertiesChanged(Network network, LinkProperties linkProperties) { in onLinkPropertiesChanged()
579 private void checkWifiLinkProtocolType(@NonNull LinkProperties linkProperties) { in checkWifiLinkProtocolType()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionTestBase.java219 LinkProperties linkProperties = new LinkProperties(); in setupLocalAddressForNetwork() local

123