Home
last modified time | relevance | path

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

12

/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DUpstreamNetworkState.java29 public final LinkProperties linkProperties; field in UpstreamNetworkState
36 public UpstreamNetworkState(LinkProperties linkProperties, in UpstreamNetworkState()
/frameworks/base/tests/net/java/android/net/
DConnectivityDiagnosticsManagerTest.java92 final LinkProperties linkProperties = new LinkProperties(); in createSampleConnectivityReport() local
154 final LinkProperties linkProperties = sampleReport.getLinkProperties(); in testConnectivityReportEquals() local
206 final LinkProperties linkProperties = new LinkProperties(); in createSampleDataStallReport() local
241 final LinkProperties linkProperties = sampleReport.getLinkProperties(); in testDataStallReportEquals() local
/frameworks/base/core/java/android/net/
DNetworkState.java36 public final LinkProperties linkProperties; field in NetworkState
43 public NetworkState(NetworkInfo networkInfo, LinkProperties linkProperties, in NetworkState()
DConnectivityDiagnosticsManager.java250 @NonNull LinkProperties linkProperties, in ConnectivityReport()
471 @NonNull LinkProperties linkProperties, in DataStallReport()
DNetworkAgent.java646 public final void sendLinkProperties(@NonNull LinkProperties linkProperties) { in sendLinkProperties()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDataConnectionTest.java352 LinkProperties linkProperties) in setLinkProperties()
751 LinkProperties linkProperties = new LinkProperties(); in testSetLinkProperties() local
805 LinkProperties linkProperties = new LinkProperties(); in testSetLinkPropertiesEmptyAddress() local
830 LinkProperties linkProperties = new LinkProperties(); in testSetLinkPropertiesEmptyDns() local
/frameworks/base/telephony/java/android/telephony/
DPreciseDataConnectionState.java78 @Nullable LinkProperties linkProperties, in PreciseDataConnectionState()
101 @Nullable LinkProperties linkProperties, in PreciseDataConnectionState()
/frameworks/base/telephony/java/android/telephony/data/
DDataService.java163 @Nullable LinkProperties linkProperties, in setupDataCall()
280 public final LinkProperties linkProperties; field in DataService.SetupDataCallRequest
283 boolean allowRoaming, int reason, LinkProperties linkProperties, in SetupDataCallRequest()
510 LinkProperties linkProperties, IDataServiceCallback callback) { in setupDataCall()
DIDataService.aidl31 boolean allowRoaming, int reason, in LinkProperties linkProperties, in setupDataCall()
/frameworks/base/tests/net/integration/util/com/android/server/
DNetworkAgentWrapper.java72 public NetworkAgentWrapper(int transport, LinkProperties linkProperties, Context context) in NetworkAgentWrapper()
111 protected InstrumentedNetworkAgent makeNetworkAgent(LinkProperties linkProperties) in makeNetworkAgent()
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
DEthernetNetworkFactory.java457 void onIpLayerStarted(LinkProperties linkProperties) { in onIpLayerStarted()
487 void onIpLayerStopped(LinkProperties linkProperties) { in onIpLayerStopped()
498 void updateLinkProperties(LinkProperties linkProperties) { in updateLinkProperties()
/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DStandardNetworkDetailsTracker.java151 protected void handleLinkPropertiesChanged(@Nullable LinkProperties linkProperties) { in handleLinkPropertiesChanged()
DPasspointNetworkDetailsTracker.java160 protected void handleLinkPropertiesChanged(@NonNull LinkProperties linkProperties) { in handleLinkPropertiesChanged()
DBaseWifiTracker.java316 protected void handleLinkPropertiesChanged(@Nullable LinkProperties linkProperties) { in handleLinkPropertiesChanged()
DWifiPickerTracker.java266 protected void handleLinkPropertiesChanged(@Nullable LinkProperties linkProperties) { in handleLinkPropertiesChanged()
DWifiEntry.java645 void updateLinkProperties(@Nullable LinkProperties linkProperties) { in updateLinkProperties()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DOsuNetworkConnection.java260 public void onLinkPropertiesChanged(Network network, LinkProperties linkProperties) { in onLinkPropertiesChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DCellularDataService.java121 boolean allowRoaming, int reason, LinkProperties linkProperties, in setupDataCall()
DDataServiceManager.java575 boolean allowRoaming, int reason, LinkProperties linkProperties, in setupDataCall()
592 isRoaming, allowRoaming, reason, linkProperties, callback); in setupDataCall() local
DDcNetworkAgent.java256 public synchronized void sendLinkProperties(LinkProperties linkProperties, in sendLinkProperties()
DDataConnection.java719 LinkProperties linkProperties = null; in connect() local
765 linkProperties, in connect() local
1492 LinkProperties linkProperties) { in setLinkProperties()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDataPathStateManager.java655 LinkProperties linkProperties = new LinkProperties(); in handleAddressValidation() local
1482 NetworkCapabilities.Builder ncBuilder, LinkProperties linkProperties) { in configureAgentProperties()
1538 public boolean isAddressUsable(LinkProperties linkProperties) { in isAddressUsable()
/frameworks/base/tests/net/common/java/android/net/
DLinkPropertiesTest.java1223 final LinkProperties linkProperties = new LinkProperties(); in makeIpv4LinkProperties() local
1233 final LinkProperties linkProperties = new LinkProperties(); in makeIpv6LinkProperties() local
/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DUpstreamNetworkMonitorTest.java713 public final LinkProperties linkProperties; field in UpstreamNetworkMonitorTest.TestNetworkAgent
/frameworks/base/packages/Tethering/tests/unit/src/android/net/ip/
DIpServerTest.java608 final LinkProperties linkProperties = lpCaptor.getValue(); in testOnNewPrefixRequest() local

12