/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 | NetworkAgent.java | 393 public void sendLinkProperties(LinkProperties linkProperties) { in sendLinkProperties()
|
D | ConnectivityManager.java | 3252 @NonNull LinkProperties linkProperties, boolean blocked) { in onAvailable() 3331 @NonNull LinkProperties linkProperties) {} in onLinkPropertiesChanged()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
D | DataConnectionTest.java | 353 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
|
D | DcTrackerTest.java | 592 LinkProperties linkProperties = mDct.getLinkProperties(PhoneConstants.APN_TYPE_DEFAULT); in verifyDataConnected() local
|
/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() 507 LinkProperties linkProperties, IDataServiceCallback callback) { in setupDataCall()
|
D | IDataService.aidl | 31 boolean allowRoaming, int reason, in LinkProperties linkProperties, in setupDataCall()
|
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/ |
D | EthernetNetworkFactory.java | 452 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/ |
D | PreciseDataConnectionState.java | 66 LinkProperties linkProperties, in PreciseDataConnectionState()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
D | OsuNetworkConnection.java | 256 public void onLinkPropertiesChanged(Network network, LinkProperties linkProperties) { in onLinkPropertiesChanged()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareDataPathStateManager.java | 567 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/ |
D | CellularDataService.java | 129 boolean allowRoaming, int reason, LinkProperties linkProperties, in setupDataCall()
|
D | DataServiceManager.java | 427 boolean allowRoaming, int reason, LinkProperties linkProperties, in setupDataCall() 442 isRoaming, allowRoaming, reason, linkProperties, callback); in setupDataCall() local
|
D | DcNetworkAgent.java | 213 public synchronized void sendLinkProperties(LinkProperties linkProperties, in sendLinkProperties()
|
D | DataConnection.java | 662 LinkProperties linkProperties = null; in connect() local 701 linkProperties, in connect() local 1328 LinkProperties linkProperties) { in setLinkProperties()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ITelephonyRegistry.aidl | 57 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/ |
D | TelephonyRegistry.java | 1413 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()
|
D | ConnectivityService.java | 4409 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/ |
D | TelephonyRegistryMock.java | 312 String apn, String apnType, LinkProperties linkProperties, in notifyDataConnection() 320 LinkProperties linkProperties, NetworkCapabilities networkCapabilities, in notifyDataConnectionForSubscriber()
|
D | ConnectivityServiceMock.java | 450 LinkProperties linkProperties, NetworkCapabilities networkCapabilities, in registerNetworkAgent()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | DefaultPhoneNotifier.java | 178 LinkProperties linkProperties = null; in doNotifyDataConnection() local
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | NetworkAgentInfo.java | 124 public LinkProperties linkProperties; field in NetworkAgentInfo
|
/frameworks/base/tests/net/java/com/android/server/connectivity/tethering/ |
D | UpstreamNetworkMonitorTest.java | 709 public final LinkProperties linkProperties; field in UpstreamNetworkMonitorTest.TestNetworkAgent
|
/frameworks/base/services/net/java/android/net/ip/ |
D | IpServer.java | 253 public LinkProperties linkProperties() { return new LinkProperties(mLinkProperties); } in linkProperties() method in IpServer
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 274 boolean allowRoaming, int reason, LinkProperties linkProperties, in setupDataCall()
|