Home
last modified time | relevance | path

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

12

/frameworks/base/telephony/java/android/telephony/
DPreciseDataConnectionState.java81 @Nullable LinkProperties linkProperties, in PreciseDataConnectionState()
107 @Nullable LinkProperties linkProperties, @DataFailureCause int failCause, in PreciseDataConnectionState()
415 public @NonNull Builder setLinkProperties(LinkProperties linkProperties) { in setLinkProperties()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDataConnectionTest.java444 private SetupResult setLinkProperties(DataCallResponse response, LinkProperties linkProperties) in setLinkProperties()
974 LinkProperties linkProperties = new LinkProperties(); in testSetLinkProperties() local
1028 LinkProperties linkProperties = new LinkProperties(); in testSetLinkPropertiesEmptyAddress() local
1053 LinkProperties linkProperties = new LinkProperties(); in testSetLinkPropertiesEmptyDns() local
DDcTrackerTest.java800 LinkProperties linkProperties = mDct.getLinkProperties(ApnSetting.TYPE_DEFAULT_STRING); in verifyDataConnected() local
/frameworks/base/services/core/java/com/android/server/vcn/
DUnderlyingNetworkTracker.java517 @NonNull Network network, @NonNull LinkProperties linkProperties) { in onLinkPropertiesChanged()
571 @NonNull public final LinkProperties linkProperties; field in UnderlyingNetworkTracker.UnderlyingNetworkRecord
578 @NonNull LinkProperties linkProperties, in UnderlyingNetworkRecord()
739 private void setLinkProperties(@NonNull LinkProperties linkProperties) { in setLinkProperties()
/frameworks/base/core/java/android/net/
DNetworkStateSnapshot.java65 @NonNull LinkProperties linkProperties, in NetworkStateSnapshot()
/frameworks/base/telephony/java/android/telephony/data/
DDataService.java171 @SetupDataReason int reason, @Nullable LinkProperties linkProperties, in setupDataCall()
220 @Nullable LinkProperties linkProperties, in setupDataCall()
419 public final LinkProperties linkProperties; field in DataService.SetupDataCallRequest
426 boolean allowRoaming, int reason, LinkProperties linkProperties, int pduSessionId, in SetupDataCallRequest()
714 LinkProperties linkProperties, int pduSessionId, NetworkSliceInfo sliceInfo, in setupDataCall()
DIDataService.aidl33 boolean allowRoaming, int reason, in LinkProperties linkProperties, in setupDataCall()
/frameworks/base/core/java/android/net/vcn/
DVcnManager.java273 @NonNull LinkProperties linkProperties) { in getUnderlyingNetworkPolicy()
393 @NonNull LinkProperties linkProperties) { in applyVcnNetworkPolicy()
/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DNetworkDetailsTracker.java125 protected void handleLinkPropertiesChanged(@Nullable LinkProperties linkProperties) { in handleLinkPropertiesChanged()
DBaseWifiTracker.java446 protected void handleLinkPropertiesChanged(@Nullable LinkProperties linkProperties) { in handleLinkPropertiesChanged()
DWifiPickerTracker.java292 protected void handleLinkPropertiesChanged(@Nullable LinkProperties linkProperties) { in handleLinkPropertiesChanged()
DWifiEntry.java892 synchronized void updateLinkProperties(@Nullable LinkProperties linkProperties) { in updateLinkProperties()
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
DEthernetNetworkFactory.java463 void onIpLayerStarted(LinkProperties linkProperties) { in onIpLayerStarted()
493 void onIpLayerStopped(LinkProperties linkProperties) { in onIpLayerStopped()
504 void updateLinkProperties(LinkProperties linkProperties) { in updateLinkProperties()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DCellularDataService.java162 boolean isRoaming, boolean allowRoaming, int reason, LinkProperties linkProperties, in setupDataCall()
DDataServiceManager.java635 boolean allowRoaming, int reason, LinkProperties linkProperties, int pduSessionId, in setupDataCall()
653 isRoaming, allowRoaming, reason, linkProperties, pduSessionId, sliceInfo, in setupDataCall() local
DDcNetworkAgent.java330 public synchronized void sendLinkProperties(@NonNull LinkProperties linkProperties, in sendLinkProperties()
DDataConnection.java928 LinkProperties linkProperties = null; in connect() local
1045 LinkProperties linkProperties; in requestHandover() local
1080 linkProperties, in requestHandover() local
2037 LinkProperties linkProperties) { in setLinkProperties()
/frameworks/base/tests/vcn/java/com/android/server/vcn/
DUnderlyingNetworkTrackerTest.java157 LinkProperties linkProperties = new LinkProperties(); in getLinkPropertiesWithName() local
/frameworks/layoutlib/bridge/src/android/net/
DConnectivityManager.java701 @NonNull LinkProperties linkProperties, boolean blocked) {} in onAvailable()
715 @NonNull LinkProperties linkProperties) {} in onLinkPropertiesChanged()
/frameworks/base/services/core/java/com/android/server/
DVcnManagementService.java864 @NonNull LinkProperties linkProperties) { in getUnderlyingNetworkPolicy()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java289 boolean allowRoaming, int reason, LinkProperties linkProperties, int pduSessionId, in setupDataCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java288 boolean allowRoaming, int reason, LinkProperties linkProperties, int pduSessionId, in setupDataCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java1910 LinkProperties linkProperties) { in convertToHalLinkProperties15()
1986 boolean allowRoaming, int reason, LinkProperties linkProperties, int pduSessionId, in setupDataCall()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommands.java1194 boolean allowRoaming, int reason, LinkProperties linkProperties, int pduSessionId, in setupDataCall()
DSimulatedCommandsVerifier.java1207 boolean allowRoaming, int reason, LinkProperties linkProperties, int pduSessionId, in setupDataCall()

12