Home
last modified time | relevance | path

Searched refs:setLinkProperties (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyRegistryTest.java398 .setLinkProperties(new LinkProperties()) in testPreciseDataConnectionStateChanged()
420 .setLinkProperties(new LinkProperties()) in testPreciseDataConnectionStateChanged()
452 .setLinkProperties(new LinkProperties()) in testPreciseDataConnectionStateChanged()
/frameworks/base/services/core/java/com/android/server/vcn/
DUnderlyingNetworkTracker.java525 builder.setLinkProperties(linkProperties); in onLinkPropertiesChanged()
739 private void setLinkProperties(@NonNull LinkProperties linkProperties) { in setLinkProperties() method in UnderlyingNetworkTracker.Builder
/frameworks/base/telephony/java/android/telephony/
DPreciseDataConnectionState.java415 public @NonNull Builder setLinkProperties(LinkProperties linkProperties) { in setLinkProperties() method in PreciseDataConnectionState.Builder
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDataConnectionTest.java444 private SetupResult setLinkProperties(DataCallResponse response, LinkProperties linkProperties) in setLinkProperties() method in DataConnectionTest
975 assertEquals(SetupResult.SUCCESS, setLinkProperties(response, linkProperties)); in testSetLinkProperties()
1029 assertEquals(SetupResult.ERROR_INVALID_ARG, setLinkProperties(response, linkProperties)); in testSetLinkPropertiesEmptyAddress()
1054 assertEquals(SetupResult.SUCCESS, setLinkProperties(response, linkProperties)); in testSetLinkPropertiesEmptyDns()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataConnection.java690 result.setupResult = setLinkProperties(newState, result.newLp); in updateLinkProperty()
2036 private SetupResult setLinkProperties(DataCallResponse response, in setLinkProperties() method in DataConnection
3966 .setLinkProperties(mLinkProperties) in getPreciseDataConnectionState()
/frameworks/base/services/
Dart-profile42195 …rver/vcn/UnderlyingNetworkTracker$UnderlyingNetworkRecord$Builder;->setLinkProperties(Landroid/net…