Home
last modified time | relevance | path

Searched refs:setPcscfAddresses (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DDataCallResponseTest.java56 .setPcscfAddresses( in testParcel()
87 .setPcscfAddresses( in testEquals()
106 .setPcscfAddresses( in testEquals()
129 .setPcscfAddresses(Arrays.asList( in testEquals()
H A DDcControllerTest.java139 .setPcscfAddresses( in testDataDormant()
172 .setPcscfAddresses( in testPhysicalLinkStateChanged_defaultApnTypeAndDormant_registrantNotifyResult()
217 .setPcscfAddresses( in testPhysicalLinkStateChanged_imsApnTypeAndDormant_NoNotifyResult()
257 .setPcscfAddresses( in testPhysicalLinkStateChanged_defaultApnTypeAndStateChanged_registrantNotifyResult()
H A DDataConnectionTest.java323 .setPcscfAddresses(Arrays.asList( in setSuccessfulSetupDataResponse()
677 .setPcscfAddresses( in testModemSuggestRetry()
695 .setPcscfAddresses( in testModemSuggestRetry()
713 .setPcscfAddresses( in testModemSuggestRetry()
735 .setPcscfAddresses( in testModemNotSuggestRetry()
753 .setPcscfAddresses( in testModemNotSuggestRetry()
771 .setPcscfAddresses( in testModemNotSuggestRetry()
793 .setPcscfAddresses( in testModemSuggestNoRetry()
1047 .setPcscfAddresses( in testSetLinkProperties()
1101 .setPcscfAddresses( in testSetLinkPropertiesEmptyAddress()
[all …]
/aosp12/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
H A DTunnelLinkProperties.java50 abstract Builder setPcscfAddresses(List<InetAddress> pcscfAddresses); in setPcscfAddresses() method in TunnelLinkProperties.Builder
H A DEpdgTunnelManager.java537 .setPcscfAddresses(tunnelConfig.getPcscfAddrList()) in onOpened()
/aosp12/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
H A DTunnelLinkPropertiesTest.java50 .setPcscfAddresses(mPCSFAddressList) in createTestTunnelLinkProperties()
/aosp12/frameworks/base/telephony/java/android/telephony/data/
H A DDataCallResponse.java760 public @NonNull Builder setPcscfAddresses(@NonNull List<InetAddress> pcscfAddresses) { in setPcscfAddresses() method in DataCallResponse.Builder
/aosp12/packages/services/Iwlan/src/com/google/android/iwlan/
H A DIwlanDataService.java705 .setPcscfAddresses(tunnelState.getTunnelLinkProperties().pcscfAddresses()) in apnTunnelStateToDataCallResponse()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DRILTest.java2158 .setPcscfAddresses(Arrays.asList( in testConvertDataCallResult()
2233 .setPcscfAddresses(Arrays.asList( in testConvertDataCallResult()
2358 .setPcscfAddresses(Arrays.asList( in testConvertDataCallResult()
H A DNetworkTypeControllerTest.java127 .setPcscfAddresses( in getDataCallResponse()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
H A DTelephonyMetricsTest.java553 .setPcscfAddresses( in testWriteOnSetupDataCallResponse()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java7742 .setPcscfAddresses(pcscfList) in convertDataCallResult()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt12395 …method @NonNull public android.telephony.data.DataCallResponse.Builder setPcscfAddresses(@NonNull …