/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/ |
D | UpstreamNetworkState.java | 29 public final LinkProperties linkProperties; field in UpstreamNetworkState 36 public UpstreamNetworkState(LinkProperties linkProperties, in UpstreamNetworkState()
|
/frameworks/base/tests/net/java/android/net/ |
D | ConnectivityDiagnosticsManagerTest.java | 92 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/ |
D | NetworkState.java | 36 public final LinkProperties linkProperties; field in NetworkState 43 public NetworkState(NetworkInfo networkInfo, LinkProperties linkProperties, in NetworkState()
|
D | ConnectivityDiagnosticsManager.java | 250 @NonNull LinkProperties linkProperties, in ConnectivityReport() 471 @NonNull LinkProperties linkProperties, in DataStallReport()
|
D | NetworkAgent.java | 646 public final void sendLinkProperties(@NonNull LinkProperties linkProperties) { in sendLinkProperties()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
D | DataConnectionTest.java | 352 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/ |
D | PreciseDataConnectionState.java | 78 @Nullable LinkProperties linkProperties, in PreciseDataConnectionState() 101 @Nullable LinkProperties linkProperties, in PreciseDataConnectionState()
|
/frameworks/base/telephony/java/android/telephony/data/ |
D | DataService.java | 163 @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()
|
D | IDataService.aidl | 31 boolean allowRoaming, int reason, in LinkProperties linkProperties, in setupDataCall()
|
/frameworks/base/tests/net/integration/util/com/android/server/ |
D | NetworkAgentWrapper.java | 72 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/ |
D | EthernetNetworkFactory.java | 457 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/ |
D | StandardNetworkDetailsTracker.java | 151 protected void handleLinkPropertiesChanged(@Nullable LinkProperties linkProperties) { in handleLinkPropertiesChanged()
|
D | PasspointNetworkDetailsTracker.java | 160 protected void handleLinkPropertiesChanged(@NonNull LinkProperties linkProperties) { in handleLinkPropertiesChanged()
|
D | BaseWifiTracker.java | 316 protected void handleLinkPropertiesChanged(@Nullable LinkProperties linkProperties) { in handleLinkPropertiesChanged()
|
D | WifiPickerTracker.java | 266 protected void handleLinkPropertiesChanged(@Nullable LinkProperties linkProperties) { in handleLinkPropertiesChanged()
|
D | WifiEntry.java | 645 void updateLinkProperties(@Nullable LinkProperties linkProperties) { in updateLinkProperties()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
D | OsuNetworkConnection.java | 260 public void onLinkPropertiesChanged(Network network, LinkProperties linkProperties) { in onLinkPropertiesChanged()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | CellularDataService.java | 121 boolean allowRoaming, int reason, LinkProperties linkProperties, in setupDataCall()
|
D | DataServiceManager.java | 575 boolean allowRoaming, int reason, LinkProperties linkProperties, in setupDataCall() 592 isRoaming, allowRoaming, reason, linkProperties, callback); in setupDataCall() local
|
D | DcNetworkAgent.java | 256 public synchronized void sendLinkProperties(LinkProperties linkProperties, in sendLinkProperties()
|
D | DataConnection.java | 719 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/ |
D | WifiAwareDataPathStateManager.java | 655 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/ |
D | LinkPropertiesTest.java | 1223 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/ |
D | UpstreamNetworkMonitorTest.java | 713 public final LinkProperties linkProperties; field in UpstreamNetworkMonitorTest.TestNetworkAgent
|
/frameworks/base/packages/Tethering/tests/unit/src/android/net/ip/ |
D | IpServerTest.java | 608 final LinkProperties linkProperties = lpCaptor.getValue(); in testOnNewPrefixRequest() local
|