Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDataCallResponseTest.java56 LinkProperties linkProperties = new LinkProperties(); in testSetLinkProperties() local
90 LinkProperties linkProperties = new LinkProperties(); in testSetLinkPropertiesInvalidAddress() local
DDcTrackerTest.java396 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.java2647 public void onLinkPropertiesChanged(Network network, LinkProperties linkProperties) {} in onLinkPropertiesChanged()
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
DEthernetNetworkFactory.java285 void onIpLayerStarted(LinkProperties linkProperties) { in onIpLayerStarted()
309 void onIpLayerStopped(LinkProperties linkProperties) { in onIpLayerStopped()
316 void updateLinkProperties(LinkProperties linkProperties) { in updateLinkProperties()
335 LinkProperties linkProperties; in startIpManager() local
/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.java133 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.java764 LinkProperties linkProperties, NetworkCapabilities networkCapabilities, in registerNetworkAgent()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1084 String reason, String apn, String apnType, LinkProperties linkProperties, in notifyDataConnection()
1093 LinkProperties linkProperties, NetworkCapabilities networkCapabilities, in notifyDataConnectionForSubscriber()
1548 String reason, String apn, String apnType, LinkProperties linkProperties, in broadcastDataConnectionStateChanged()
1602 String apnType, String apn, String reason, LinkProperties linkProperties, in broadcastPreciseDataConnectionStateChanged()
DConnectivityService.java3508 LinkProperties linkProperties = getLinkProperties(underlyingNetworks[0]); in createVpnInfo() local
4316 LinkProperties linkProperties, NetworkCapabilities networkCapabilities, in registerNetworkAgent()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDataPathStateManager.java455 LinkProperties linkProperties = new LinkProperties(); in onDataPathConfirm() local
944 NetworkCapabilities networkCapabilities, LinkProperties linkProperties) { in configureAgentProperties()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDefaultPhoneNotifier.java168 LinkProperties linkProperties = null; in doNotifyDataConnection() local
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkAgentInfo.java124 public LinkProperties linkProperties; field in NetworkAgentInfo
DTethering.java1276 LinkProperties linkProperties = cm.getLinkProperties(upType); in setUpstreamByType() local