Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDataCallResponseTest.java61 LinkProperties linkProperties = new LinkProperties(); in testSetLinkProperties() local
93 LinkProperties linkProperties = new LinkProperties(); in testSetLinkPropertiesInvalidAddress() local
DDcTrackerTest.java384 LinkProperties linkProperties = mDct.getLinkProperties(PhoneConstants.APN_TYPE_DEFAULT); in verifyDataConnected() local
/frameworks/base/core/java/android/net/
DNetworkState.java31 public final LinkProperties linkProperties; field in NetworkState
37 public NetworkState(NetworkInfo networkInfo, LinkProperties linkProperties, in NetworkState()
DNetworkAgent.java361 public void sendLinkProperties(LinkProperties linkProperties) { in sendLinkProperties()
DConnectivityManager.java2607 public void onLinkPropertiesChanged(Network network, LinkProperties linkProperties) {} in onLinkPropertiesChanged()
/frameworks/base/telephony/java/android/telephony/
DPreciseDataConnectionState.java58 LinkProperties linkProperties, String failCause) { in PreciseDataConnectionState()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephonyRegistry.aidl50 String reason, String apn, String apnType, in LinkProperties linkProperties, in notifyDataConnection()
53 String reason, String apn, String apnType, in LinkProperties linkProperties, in notifyDataConnectionForSubscriber()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataCallResponse.java117 public SetupResult setLinkProperties(LinkProperties linkProperties, in setLinkProperties()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DTelephonyRegistryMock.java235 String reason, String apn, String apnType, LinkProperties linkProperties, in notifyDataConnection()
243 LinkProperties linkProperties, NetworkCapabilities networkCapabilities, in notifyDataConnectionForSubscriber()
DConnectivityServiceMock.java843 LinkProperties linkProperties, NetworkCapabilities networkCapabilities, in registerNetworkAgent()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1002 String reason, String apn, String apnType, LinkProperties linkProperties, in notifyDataConnection()
1011 LinkProperties linkProperties, NetworkCapabilities networkCapabilities, in notifyDataConnectionForSubscriber()
1441 String reason, String apn, String apnType, LinkProperties linkProperties, in broadcastDataConnectionStateChanged()
1495 String apnType, String apn, String reason, LinkProperties linkProperties, in broadcastPreciseDataConnectionStateChanged()
DConnectivityService.java3587 LinkProperties linkProperties = getLinkProperties(underlyingNetworks[0]); in createVpnInfo() local
4385 LinkProperties linkProperties, NetworkCapabilities networkCapabilities, in registerNetworkAgent()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDefaultPhoneNotifier.java171 LinkProperties linkProperties = null; in doNotifyDataConnection() local
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkAgentInfo.java122 public LinkProperties linkProperties; field in NetworkAgentInfo
DTethering.java1439 LinkProperties linkProperties = cm.getLinkProperties(upType); in chooseUpstreamType() local