Home
last modified time | relevance | path

Searched defs:linkProperties (Results 1 – 18 of 18) 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.java465 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.java2735 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/base/services/core/java/com/android/server/
DTelephonyRegistry.java1076 String reason, String apn, String apnType, LinkProperties linkProperties, in notifyDataConnection()
1085 LinkProperties linkProperties, NetworkCapabilities networkCapabilities, in notifyDataConnectionForSubscriber()
1536 String reason, String apn, String apnType, LinkProperties linkProperties, in broadcastDataConnectionStateChanged()
1590 String apnType, String apn, String reason, LinkProperties linkProperties, in broadcastPreciseDataConnectionStateChanged()
DConnectivityService.java3550 LinkProperties linkProperties = getLinkProperties(underlyingNetworks[0]); in createVpnInfo() local
4397 LinkProperties linkProperties, NetworkCapabilities networkCapabilities, in registerNetworkAgent()
/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.java775 LinkProperties linkProperties, NetworkCapabilities networkCapabilities, in registerNetworkAgent()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDataPathStateManager.java494 LinkProperties linkProperties = new LinkProperties(); in onDataPathConfirm() local
1240 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.java126 public LinkProperties linkProperties; field in NetworkAgentInfo
/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
DTetherInterfaceStateMachine.java168 public LinkProperties linkProperties() { return new LinkProperties(mLinkProperties); } in linkProperties() method in TetherInterfaceStateMachine
/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java319 MockNetworkAgent(int transport, LinkProperties linkProperties) { in MockNetworkAgent()