/packages/modules/Connectivity/framework/src/android/net/ |
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()
|
D | ConnectivityDiagnosticsManager.java | 249 @NonNull LinkProperties linkProperties, in ConnectivityReport() 470 @NonNull LinkProperties linkProperties, in DataStallReport()
|
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
D | UpstreamNetworkState.java | 31 public final LinkProperties linkProperties; field in UpstreamNetworkState 38 public UpstreamNetworkState(LinkProperties linkProperties, in UpstreamNetworkState()
|
/packages/modules/Connectivity/tests/common/java/android/net/ |
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
|
D | LinkPropertiesTest.java | 1198 final LinkProperties linkProperties = new LinkProperties(); in makeIpv4LinkProperties() local 1208 final LinkProperties linkProperties = new LinkProperties(); in makeIpv6LinkProperties() local
|
/packages/services/Car/tests/RailwayReferenceApp/src/com/google/android/car/networking/railway/ |
D | CurrentEthernetNetworksViewModel.java | 106 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/ |
D | IkeNetworkUpdater.java | 39 LinkProperties linkProperties, in onUnderlyingNetworkUpdated()
|
D | IkeConnectionController.java | 470 LinkProperties linkProperties = mConnectivityManager.getLinkProperties(mNetwork); in setUp() local 623 final LinkProperties linkProperties = mConnectivityManager.getLinkProperties(network); in onNetworkSetByUser() local 910 private static boolean hasLocalIpV4Address(LinkProperties linkProperties) { in hasLocalIpV4Address() 933 public void selectAndSetRemoteAddress(LinkProperties linkProperties) throws IOException { in selectAndSetRemoteAddress() 1038 LinkProperties linkProperties, in handleUnderlyingNetworkUpdated() 1123 LinkProperties linkProperties, in onUnderlyingNetworkUpdated()
|
D | IkeSpecificNetworkCallback.java | 64 @NonNull Network network, @NonNull LinkProperties linkProperties) { in onLinkPropertiesChanged()
|
D | IkeDefaultNetworkCallback.java | 101 @NonNull Network network, @NonNull LinkProperties linkProperties) { in onLinkPropertiesChanged()
|
D | IkeNetworkCallbackBase.java | 65 protected boolean isCurrentAddressLost(LinkProperties linkProperties) { in isCurrentAddressLost()
|
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/details/ |
D | WifiIpAddressPreferenceController.java | 45 LinkProperties linkProperties = getWifiInfoProvider().getLinkProperties(); in updateState() local
|
D | WifiIpv6AddressPreferenceController.java | 49 LinkProperties linkProperties = getWifiInfoProvider().getLinkProperties(); in updateState() local
|
D | WifiDnsPreferenceController.java | 45 LinkProperties linkProperties = getWifiInfoProvider().getLinkProperties(); in updateState() local
|
D | WifiGatewayPreferenceController.java | 45 LinkProperties linkProperties = getWifiInfoProvider().getLinkProperties(); in updateState() local
|
D | WifiSubnetPreferenceController.java | 46 LinkProperties linkProperties = getWifiInfoProvider().getLinkProperties(); in updateState() local
|
/packages/services/Iwlan/src/com/google/android/iwlan/ |
D | IwlanDataService.java | 165 @NonNull Network network, @NonNull LinkProperties linkProperties) { in onLinkPropertiesChanged() 404 public void onOpened(String apnName, TunnelLinkProperties linkProperties) { in onOpened() 754 @Nullable LinkProperties linkProperties, in setupDataCall() 905 TunnelLinkProperties linkProperties, in setTunnelState() 960 @Nullable Network network, @Nullable LinkProperties linkProperties) { in updateNetwork() 1403 LinkProperties linkProperties = setupDataCallData.mLinkProperties; in handleMessage() local 1764 LinkProperties linkProperties, in SetupDataCallData() 1914 LinkProperties linkProperties = connectivityManager.getLinkProperties(network); in setNetworkConnected() local
|
/packages/modules/Connectivity/tests/integration/util/com/android/server/ |
D | NetworkAgentWrapper.java | 107 public NetworkAgentWrapper(int transport, LinkProperties linkProperties, in NetworkAgentWrapper() 113 public NetworkAgentWrapper(int transport, LinkProperties linkProperties, in NetworkAgentWrapper() 164 protected InstrumentedNetworkAgent makeNetworkAgent(LinkProperties linkProperties, in makeNetworkAgent()
|
/packages/modules/Connectivity/framework-t/src/android/net/ |
D | NetworkStateSnapshot.java | 67 @NonNull LinkProperties linkProperties, in NetworkStateSnapshot()
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/net/ |
D | IkeDefaultNetworkCallbackTest.java | 190 LinkProperties linkProperties = new LinkProperties(); in getLinkPropertiesWithAddresses() local
|
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/ |
D | MdnsSocketProvider.java | 278 LinkProperties linkProperties; in addOrUpdateInterfaceAddress() local 294 LinkProperties linkProperties; in deleteInterfaceAddress() local 442 final LinkProperties linkProperties = in createLPForTetheredInterface() local
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ |
D | IkeSessionTestBase.java | 207 LinkProperties linkProperties = new LinkProperties(); in setupLocalAddressForNetwork() local
|
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/ |
D | OsuNetworkConnection.java | 259 public void onLinkPropertiesChanged(Network network, LinkProperties linkProperties) { in onLinkPropertiesChanged()
|
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/ |
D | IwlanNetworkStatusTracker.java | 523 public void onLinkPropertiesChanged(Network network, LinkProperties linkProperties) { in onLinkPropertiesChanged() 579 private void checkWifiLinkProtocolType(@NonNull LinkProperties linkProperties) { in checkWifiLinkProtocolType()
|
/packages/modules/Connectivity/service-t/src/com/android/server/ethernet/ |
D | EthernetNetworkFactory.java | 507 void onIpLayerStarted(@NonNull final LinkProperties linkProperties) { in onIpLayerStarted() 561 void updateLinkProperties(LinkProperties linkProperties) { in updateLinkProperties()
|