Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/net/
DNetworkState.java36 public final LinkProperties linkProperties; field in NetworkState
43 public NetworkState(NetworkInfo networkInfo, LinkProperties linkProperties, in NetworkState()
DNetworkAgent.java393 public void sendLinkProperties(LinkProperties linkProperties) { in sendLinkProperties()
DConnectivityManager.java3252 @NonNull LinkProperties linkProperties, boolean blocked) { in onAvailable()
3331 @NonNull LinkProperties linkProperties) {} in onLinkPropertiesChanged()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDataConnectionTest.java353 LinkProperties linkProperties) in setLinkProperties()
672 LinkProperties linkProperties = new LinkProperties(); in testSetLinkProperties() local
720 LinkProperties linkProperties = new LinkProperties(); in testSetLinkPropertiesEmptyAddress() local
739 LinkProperties linkProperties = new LinkProperties(); in testSetLinkPropertiesEmptyDns() local
DDcTrackerTest.java592 LinkProperties linkProperties = mDct.getLinkProperties(PhoneConstants.APN_TYPE_DEFAULT); in verifyDataConnected() local
/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()
507 LinkProperties linkProperties, IDataServiceCallback callback) { in setupDataCall()
DIDataService.aidl31 boolean allowRoaming, int reason, in LinkProperties linkProperties, in setupDataCall()
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
DEthernetNetworkFactory.java452 void onIpLayerStarted(LinkProperties linkProperties) { in onIpLayerStarted()
477 void onIpLayerStopped(LinkProperties linkProperties) { in onIpLayerStopped()
488 void updateLinkProperties(LinkProperties linkProperties) { in updateLinkProperties()
/frameworks/base/telephony/java/android/telephony/
DPreciseDataConnectionState.java66 LinkProperties linkProperties, in PreciseDataConnectionState()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DOsuNetworkConnection.java256 public void onLinkPropertiesChanged(Network network, LinkProperties linkProperties) { in onLinkPropertiesChanged()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDataPathStateManager.java567 LinkProperties linkProperties = new LinkProperties(); in onDataPathConfirm() local
672 LinkProperties linkProperties, NetworkInfo networkInfo, int ndpId, in handleAddressValidation()
1487 LinkProperties linkProperties) { in configureAgentProperties()
1544 public boolean isAddressUsable(LinkProperties linkProperties) { in isAddressUsable()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DCellularDataService.java129 boolean allowRoaming, int reason, LinkProperties linkProperties, in setupDataCall()
DDataServiceManager.java427 boolean allowRoaming, int reason, LinkProperties linkProperties, in setupDataCall()
442 isRoaming, allowRoaming, reason, linkProperties, callback); in setupDataCall() local
DDcNetworkAgent.java213 public synchronized void sendLinkProperties(LinkProperties linkProperties, in sendLinkProperties()
DDataConnection.java662 LinkProperties linkProperties = null; in connect() local
701 linkProperties, in connect() local
1328 LinkProperties linkProperties) { in setLinkProperties()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephonyRegistry.aidl57 String apn, String apnType, in LinkProperties linkProperties, in notifyDataConnection()
61 String apn, String apnType, in LinkProperties linkProperties, in notifyDataConnectionForSubscriber()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1413 LinkProperties linkProperties, in notifyDataConnection()
1425 LinkProperties linkProperties, NetworkCapabilities networkCapabilities, in notifyDataConnectionForSubscriber()
2127 String apnType, LinkProperties linkProperties, in broadcastDataConnectionStateChanged()
2175 String apnType, String apn, LinkProperties linkProperties, in broadcastPreciseDataConnectionStateChanged()
DConnectivityService.java4409 LinkProperties linkProperties = getLinkProperties(underlyingNetworks[0]); in createVpnInfo() local
5439 LinkProperties linkProperties, NetworkCapabilities networkCapabilities, in registerNetworkAgent()
5461 LinkProperties linkProperties, NetworkCapabilities networkCapabilities, in registerNetworkAgent()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DTelephonyRegistryMock.java312 String apn, String apnType, LinkProperties linkProperties, in notifyDataConnection()
320 LinkProperties linkProperties, NetworkCapabilities networkCapabilities, in notifyDataConnectionForSubscriber()
DConnectivityServiceMock.java450 LinkProperties linkProperties, NetworkCapabilities networkCapabilities, in registerNetworkAgent()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDefaultPhoneNotifier.java178 LinkProperties linkProperties = null; in doNotifyDataConnection() local
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkAgentInfo.java124 public LinkProperties linkProperties; field in NetworkAgentInfo
/frameworks/base/tests/net/java/com/android/server/connectivity/tethering/
DUpstreamNetworkMonitorTest.java709 public final LinkProperties linkProperties; field in UpstreamNetworkMonitorTest.TestNetworkAgent
/frameworks/base/services/net/java/android/net/ip/
DIpServer.java253 public LinkProperties linkProperties() { return new LinkProperties(mLinkProperties); } in linkProperties() method in IpServer
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java274 boolean allowRoaming, int reason, LinkProperties linkProperties, in setupDataCall()

12